dataframe-protocol
dataframe-protocol copied to clipboard
An Python object protocol for projects to interchange data frame-like data without forcing pandas.DataFrame as the intermediary
Results
1
dataframe-protocol issues
Sort by
recently updated
recently updated
newest added
Based on https://discuss.ossdata.org/t/a-dataframe-protocol-for-the-pydata-ecosystem/267, we are discussing a "protocol" method (potentially called `__dataframe__`) similar to `__array__` for data frame-like data. The consensus so far is that this protocol should not force...