-
**Is your feature request related to a problem? Please describe.**
NeMo curator supports document datasets as dataframes today and includes some helpers to read from json/parquet files.
**Describe…
-
See https://github.com/JuliaStats/DataFrames.jl/issues/941
-
if the column name is not passed, would be good to scan the dataframe for all categorical columns and one-hot encode them
-
It would be very helpful to provide a Save Dataframe button for dataframes produced using View() command.
Possible placement of Button ( In the blue area as indicated ) :
![image](https://user-…
boral updated
3 years ago
-
#### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
s = pd.Series([], dtype='datetime64[ns, UTC]')
df = pd.concat([s, s], axis=1) # empty dataframe of two columns…
-
Trying to construct an array where the labels are stored in a tuple throws an error:
```
MethodError: no method matching axes(::Tuple{Symbol, Symbol, Symbol}, ::Int64)
Closest candidates are:
…
-
Hello,
First of all, congrats for your work. It's owesome!
I'm working with your module, and need check 100 thousands of intersections.
After doing my loop, my memory is empty, it's about 32 GB…
-
I've drafted a package for pooled elements at the following link. The main purpose of this package is to speed up grouping and joining in DataFrames. If this is used in DataFrames, it will also reduce…
-
Make jupyter notebooks to analyse (use dataframes):
- requests
- api calls
- cmp info
-