dimanche 10 juillet 2022

How to create DataFrame with 100 values consisting of 10 elementary numbers in Python Pandas?

I need to create Data Frame in Python Pandas with 100 rows with random values consisting of 10 elementary numbers. So as a result I need something like below "col1" has to be as date type string:

col1
---------
1233459857
8463746781
9084756289
...

How can I do that in python pandas ?




Aucun commentaire:

Enregistrer un commentaire