akimbo icon indicating copy to clipboard operation
akimbo copied to clipboard

For when your data won't fit in your dataframe

Results 15 akimbo issues
Sort by recently updated
recently updated
newest added

This captures my conversation with @jpivarski Since we have an integration with polars (#41 ) and coming integration with cuDF (#50 ) and maybe even `daft` (for distribution on Ray,...

I'm forwarding this Gitter question from @gozmit97 to make sure that it doesn't scroll away without getting answered. It sounds like it could be an issue. ----------------- I'm trying to...

_Copied from @xinyuejohn's issue on scikit-hep/awkward#2931:_ ### Description of new feature Hi, I was creating an awkward array using pandas dataframe and I found awkward doesn't support pandas._libs.missing.NAType() It would...

Hello! I have just discovered awkward and awkward-pandas, and they happen to be perfectly what I have been needing for quite long. I am processing some tests to replace my...

I've just ran a quick test and it seems to me that `pandas.DataFrame.eval()` is not supported. Is that correct? Is there a way to evaluate string expressions on dataframes containing...

Hi all! Lovely utility here. I was playing with the example from the docs and can't quite seem to find a good workaround for this bug: ```python (df .set_index('name') .groupby('team',...

Hello, I hope the title is somewhat correct. What I tried to do is select the first element of a an awkward column in a Pandas DataFrame and create a...

pandas generally discourages having nested data in a `DataFrame` or `Series`. For nested data in pandas, I tend to group the types of nested data as: 1. Array-like (N-D) ```...

Currently we require awkward input for the `.ak` accessor to appear on a series. This is fine, since `.astype("awkward")` works. But do we want the accessor to also allow string[pyarrow]...