exa-analytics / exa

The exa framework for data management, processing, and visualization
https://exa-analytics.github.io/exa
Apache License 2.0
2 stars 10 forks source link

fix import error #215

Closed avmarchenko closed 4 years ago

avmarchenko commented 4 years ago

Closes #214 , the root cause was a change in the type of error thrown in pandas 1.1 (TypeError -> KeyError). I also included two small code improvements (reducing hard coding and reuse of vars).