intake / akimbo

For when your data won't fit in your dataframe
https://akimbo.readthedocs.io
BSD 3-Clause "New" or "Revised" License
30 stars 6 forks source link

fix: avoid probable to_list/from_iter in pandas.concat #49

Closed jpivarski closed 7 months ago

jpivarski commented 7 months ago

Problem and solution discovered by @chuyuanliu in #48.

martindurant commented 7 months ago

I suppose awkward was treating the inputs as general iterables.