-
#### Describe the solution you'd like
When a `GeoSeries` function is called on a `GeoDataFrame`, a `GeoSeries` of the result of running the method on the geometry column is returned.
I think it …
-
I want to extract data from a big and deep XML file. I followed your example 2 workflows with library(xml2) and it worked to generate a list of terminal nodes and xpaths. I can also run the "xml_dig_d…
-
### What happens?
Hey there! Thanks for building duckdb, it's a really cool piece of software and I'm excited to experiment with it.
I'll start with the problem but follow with some motivation/b…
-
Hello. As far as I understand, you are storing the data in a pandas dataframe with one column corressponding to EEG signals and the other to text and then converting EEG signals to text, correct? Coul…
-
I am able to replicate this strange error, which seems to be related with the versions as discussed
```bash
---------------------------------------------------------------------------
AttributeErro…
-
This is not even half-baked, but I wanted to gauge interest/feasibility for the spec to encapsulate n-dimensional "columns" of data, equivalent to xarray's [DataArrays](http://xarray.pydata.org/en/sta…
-
https://github.com/pandas-dev/pandas/pull/49467 added the feature to detect "chained assignment" and raise an error for this when CoW is enabled (since it will then _never_ work):
```python
>>> pd…
-
### Describe the workflow you want to enable
Currently, scikit-learn nowhere claims to support [pyarrow](https://arrow.apache.org/docs/python/) or [polars](https://www.pola.rs/). And indeed,
```py…
-
Some uses of this library do not require pandas, so it would be nice to be able to install it without having to track down numpy/pandas builds.
zooba updated
9 years ago
-
I think this is important when convincing maintainers of existing codebases to update to the latest version of fastparquet.
It also highlights newly added capabilities of fastparquet to promote usa…