🍃
All things Data
Pinned Loading
-
Useful git commands that I use from ...
Useful git commands that I use from time to time to fix things 1# get rid of a single commit in your branch, and keep it in history
2git revert --strategy resolve <SHA of the commit you wanna get rid off>
34# git logs can be pretty unreadable, and there's an option to prettify them
5git log --pretty=oneline
-
synapse_interactive_docs
synapse_interactive_docs PublicA repository for the jupyter notebook based documentation on how to use synapse
-
Cleaning up DataFrame columns
Cleaning up DataFrame columns 1df.columns = df.columns.str.replace("[#,@,&,*,^,?,(,),%,$,#,!,/]", "")
2df.columns = df.columns.str.replace("[' ', '-', '.']", "_")
3df.columns = map(str.lower, df.columns)
-
Sage-Bionetworks/agora-data-tools
Sage-Bionetworks/agora-data-tools PublicA place for Agora's ETL and Data Testing
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.