We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
for future reference for seekr functions that output a matrix -- would be useful to be able to transpose output (switch row and column IDs)
The text was updated successfully, but these errors were encountered:
This functionality can also be a one-liner directly from the command-line:
❯ python -c 'import pandas as pd; pd.read_csv("in.csv", index_col=0).T.to_csv("out.csv")'
Sorry, something went wrong.
No branches or pull requests
for future reference for seekr functions that output a matrix -- would be useful to be able to transpose output (switch row and column IDs)
The text was updated successfully, but these errors were encountered: