6 ms·
Been working on a dashboard that takes in a bunch of different public data sources in different formats and pandas has truly been a godsend for this. I've got
by janlaureys 2mo ago
Been working on a dashboard that takes in a bunch of different public data sources in different formats and pandas has truly been a godsend for this.
I've got csv, txt, xlsx in all different shapes and sizes and with just a few settings I can go through them quite easily and very fast as well.
- OGWhales 2mo agoDepending on the size and the transformations you are doing, polars is worth checking out. Syntax is a bit different from pandas but the performance is really nice.
- janlaureys 2mo agoMy biggest bottleneck right now is upload speed but I'll keep it in mind thanks.
- fomoz 2mo ago[dead]