Leibniz-HBI / dabapush

Data Base pusher for social media data (Twitter for the beginning) – pre-alpha version
https://pypi.org/project/dabapush/
MIT License
0 stars 0 forks source link

investigate: should not parse numbers #4

Closed pekasen closed 2 years ago

pekasen commented 2 years ago

Found instances of numbers converted to float after conversion to CSV.

pekasen commented 2 years ago

Most probably tthe conversion to pd.DataFrame causes this. In pandas we can override the automatic type detection by setting dtype=str.