Posts by marcos rene mews • 41 points
2 posts
-
3
votes1
answer447
viewsQ: Import CSV to Pandas database without converting string to tuple
I upload a CSV file with more than 3 million lines and about 770 Mb, I use pandas and need to convert a column that is in string format. Below the column 'lbBins', which when reading from CSV came…
-
1
votes1
answer143
viewsQ: Parse numerical set for sequential numbers
I have, small part, of the data below, sequence of numbers: a = [(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15),(6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 19, 20, 23, 24, 25),(1, 2, 3, 4, 10, 11, 12,…