sort by two columns in pandas
df.sort_values(['a', 'b'], ascending=[True, False])
sort by two columns in pandas
df.sort_values(['a', 'b'], ascending=[True, False])
divide two columns pandas
#If you want to divide column_name1 by column_name2
df['new_column'] = df.column_name1.div(df.column_name2)
merge two columns pandas
df["period"] = df["Year"] + df["quarter"]
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us