open-sdg / sdg-build

Python package to convert SDG-related data and metadata between formats
MIT License
6 stars 22 forks source link

Correct way to get number of dataframe rows #266

Closed brockfanning closed 3 years ago

brockfanning commented 3 years ago

Currently the debug output is printing the number of rows times the number of columns, and calling it "number of rows". So it's misleading debug text. This resolves that.