Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. feature_1=pd.concat([df_slope, df_pctch, df_absch],axis=1,ignore_index=False)
  2. print('Dataset shape: {}\n'.format(feature_1.shape))
  3. feature_1.info()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement