-
**Describe the bug**
When dataframe entries contain "$$" characters, a ParseException error is thrown. It appears to come from matplotlib: [see here](https://stackoverflow.com/questions/65655833/ge…
-
reported by Joris C:
> Not sure whether it's due to a change in the job manager, or whether it was there already, but I'm getting a warning on the line here:
https://github.com/Open-EO/openeo-pyth…
-
In `analyze_flex_ddG.py` in function `calc_ddg`, the line `ddg_scores = ddg_scores.append( ... )` uses the [append](https://pandas.pydata.org/pandas-docs/version/1.5/reference/api/pandas.DataFrame.app…
-
Adding a dataframe gives this error:
```
ValueError: Underscore fields are reserved for Atlas internal use: __index_level_0__
```
but if we just run reset_index() before uploading it'll be fine.
-
```python
import holoviews as hv
import pandas as pd
from holoviews.operation.datashader import datashade
def subset_points(index):
if index:
return hv.Points(df_points.loc[index], kdims…
-
Referencing the `res_compare` branch https://github.com/brendanjmeade/result_manager/commit/98407c86e3e83d42551c024d29a24ab3d54f7c22
`pandas.merge` seems the easiest way to compare two sets of resi…
-
### Describe the bug
The documentation of [read_parquet](https://aws-sdk-pandas.readthedocs.io/en/stable/stubs/awswrangler.s3.read_parquet.html#awswrangler.s3.read_parquet) function suggests that usi…
-
In GitLab by @yoavnash on Apr 8, 2020, 20:23
For downstream applications, there is a need to export tabular data represented as CUDS objects to Pandas DataFrames and vice versa, namely for ML tasks. …
-
```
Hi,
I've coded a table factory for creating PrettyTable objects from pandas
DataFrames. There are no additional imports required and the code is derived
from the pandas source code, so it shoul…
-
```
Hi,
I've coded a table factory for creating PrettyTable objects from pandas
DataFrames. There are no additional imports required and the code is derived
from the pandas source code, so it shoul…