typeddfs.datasetsο
Near-replica of example from the readme.
Module Contentsο
- class typeddfs.datasets.ExampleDfsο
DataFrames derived from Seaborn and other sources.
- anagramsο
- anscombeο
- attentionο
- brain_networksο
- car_crashesο
- diamondsο
- dotsο
- exerciseο
- flightsο
- fmriο
- gammasο
- geyserο
- irisο
- mpgο
- penguinsο
- planetsο
- taxisο
- tipsο
- titanicο
- class typeddfs.datasets.LazyDf(name: str, source: str, clazz: Type[T], _df: Optional[T])ο
A
typeddfs.abs_dfs.AbsDfthat is lazily loaded from a source. Create normally viafrom_source(). Create withfrom_df()to wrap an extant DataFrame into a LazyDataFrame.Example
lazy = LazyDataFrame.from_source("https://google.com/dataframe.csv")
- property clazz(self) Type[T]ο
- property df(self) Tο
- classmethod from_source(cls, source: str, clazz: Type[S] = PlainTypedDf, name: Optional[str] = None) LazyDf[S]ο
- property name(self) strο