xhochy / fletcher

Pandas ExtensionDType/Array backed by Apache Arrow

Home Page:https://fletcher.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example in docs uses outdated FletcherArray

mrocklin opened this issue · comments

The getting started example (which is wonderfully simple by the way) uses FletcherArray, which seems to have been replaced by FletcherContinuousArray or FletcherChunkedArray

import fletcher as fr
import pandas as pd

df = pd.DataFrame({
    'str_column': fr.FletcherArray(['Test', None, 'Strings'])
})
df.info()

The readthedocs build was also broken, the updated version is now live at https://fletcher.readthedocs.io/en/latest/