TomorrowsCities / tomorrowscities

MIT License
3 stars 1 forks source link

fix: reset existing index in input dataframes #41

Closed hkayabilisim closed 4 months ago

hkayabilisim commented 4 months ago

If the existing index in the uploaded dataframe is different than the default numeric index starting from 0, then index-based dataframe operations in the engine may produce unexpected results. To be on the safe side, the engine now reset the indexes of every uploaded dataframe.