You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a very useful workflow to quickly create fake data. I have used it multiple times. However, I work with python and it is more comfortable if we have the option to return python list or pandas series, or pandas data frames also.
For example, make the default separator as python list instead of \n it should give a list.
fake name tab 5 should give: ['name0','name1','name2','name3','name4']
The text was updated successfully, but these errors were encountered:
This is a very useful workflow to quickly create fake data. I have used it multiple times. However, I work with python and it is more comfortable if we have the option to return python list or pandas series, or pandas data frames also.
For example, make the default separator as
python list
instead of\n
it should give a list.fake name tab 5 should give:
['name0','name1','name2','name3','name4']
The text was updated successfully, but these errors were encountered: