jpandas icon indicating copy to clipboard operation
jpandas copied to clipboard

Implementation of Pandas (Python Data Analysis Library) on java.

Results 2 jpandas issues
Sort by recently updated
recently updated
newest added

IMHO, implementing a Series object by inheritance of ArraList is problematic: - Java lists and pandas Series have different contracts, not every method of a Java list has an equivalent...

I'm not sure that `DataFrame` needs to take two generic arguments. It looks to me like the key can only ever be a `String` and the value can only ever...

help wanted