Argenis Leon

Results 64 issues of Argenis Leon

Is there any param in `is_float` to check for nan and return False? I am trying: ``` x = float("nan") isfloat(x, allow_nan=False) True ```

enhancement

Hi @SethMMorton, It could be possible for fastnumbers to handle None instead of rising and exception? ``` import fastnumbers fastnumbers.fast_float(None) TypeError: float() argument must be a string or a number,...

enhancement

Hi, I am using papermill to check that some notebooks run without problems. I don't need to output any notebook. Is there a way to run a notebook without output?

question

I came across these data types in https://github.com/capitalone/DataProfiler that we could add to the profiler. - [x] UNKNOWN - [x] ADDRESS - [x] BAN (bank account number, 10-18 digits) -...

Implement detection for: - [x] phone number - [x] social security number - [x] state - [x] http code - [ ] html

feature_request

We have detected many inconsistencies in the API, some of them: - [ ] Multiple functions to print dataframes `ascii`, `table`, `display` and `print` - [ ] Inconsistecy in params...

https://www.terality.com/

The user should be able to load a list of files like `op.load.csv(["file1.csv","file2.csv"])`

- [ ] onehotencoding - [ ] string to index/index to string - [ ] impute - [ ] agg - [ ] infer_by_dtypes - [ ] pivot - [...