Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. ValueError: Mismatched dtypes found in `pd.read_csv`/`pd.read_table`.
  2.  
  3. +-----------------------------------+--------+----------+
  4. | Column | Found | Expected |
  5. +-----------------------------------+--------+----------+
  6. | mycol | object | float64 |
  7. +-----------------------------------+--------+----------+
  8.  
  9. The following columns also raised exceptions on conversion:
  10.  
  11. - Search Results Count (p4) (prop4)
  12. ValueError("could not convert string to float: 'cliqz.com/tracking'")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement