In pandas you can transpose the dataframe in case your source data is the wrong orientation. This is mentioned in various places in the dataframe documentation, e.g. https://dataframe.readthedocs.io/en/latest/dataframes_in_haskell.html#api-design mentions a transpose :: DataFrame -> DataFrame function and it's mentioned in passing in #144 but I cannot, for the life of me, find where this function is supposedly defined. It appears not to be in the library (at least from my searching through the documentation on Hackage).
Am I going mad?
In pandas you can transpose the dataframe in case your source data is the wrong orientation. This is mentioned in various places in the dataframe documentation, e.g. https://dataframe.readthedocs.io/en/latest/dataframes_in_haskell.html#api-design mentions a
transpose :: DataFrame -> DataFramefunction and it's mentioned in passing in #144 but I cannot, for the life of me, find where this function is supposedly defined. It appears not to be in the library (at least from my searching through the documentation on Hackage).Am I going mad?