You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* adding version
* formatting
* added versions to metadata of generated schemas
* testing generated_with
* test for optional columns
* renamed na_limit to na_pct_below
* adding to changelog
* bumping version in pyproject.toml
* formatted
* import version only when needed
* using importlib.metadata
* fixing self.na_limit
* fix
* fixing version test
* update cli
* generate metadata upon initialisation
* fixing package name
* raising
* substitute importlib_metadata if python=3.7
* test cli update
* updating changelog
* stdout
* stdout
* small refactor of extension check
* out
* removing qoute
* cli
description="limit of missing values. If set to true, will raise if all values are empty. If set to a number, will raise if more than that fraction of values are empty (Nan)",
213
+
description="limit of missing values. If set to true, will raise if all values are empty. If set to a number, will raise if more than given perecnt of values are empty (Nan)",
0 commit comments