Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. dst_address dst_enforcement fwd_count ...
  2. 1 1.2.3.4 [Any,core] 8
  3. 2 3.4.5.6 [] 9
  4. 3 6.7.8.9 [Any] 10
  5. 4 8.10.3.2 [core] 0
  6.  
  7. col_groups = df.columns.to_series().groupby(df.dtypes).groups
  8. non_numeric_cols = col_groups[np.dtype('O')]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement