-
Notifications
You must be signed in to change notification settings - Fork 43
transpose doesn't seem to exist? #191
Copy link
Copy link
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels