mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-05 05:53:02 +01:00
Alan Orth
330a7b7b9c
By using df[column] = df[column].apply(check...) we were re-writing the DataFrame every time we returned from a check. We don't actuall y need to return a value at all, as the point of checks is to print a warning to the screen. In Python a "return" statement without a v ariable returns None. I haven't measured the impact of this, but I assume it will mean we are faster and use less memory. |
||
---|---|---|
.. | ||
__init__.py | ||
__main__.py | ||
app.py | ||
check.py | ||
experimental.py | ||
fix.py | ||
util.py | ||
version.py |