Advertisement
g96

Untitled

g96
Feb 18th, 2022
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.73 KB | None | 0 0
  1. sys:1: DtypeWarning: Columns (32) have mixed types.Specify dtype option on import or set low_memory=False.
  2. Traceback (most recent call last):
  3.   File "pandas\_libs\lib.pyx", line 2062, in pandas._libs.lib.maybe_convert_numeric
  4. ValueError: Unable to parse string "            0,000"
  5.  
  6. During handling of the above exception, another exception occurred:
  7.  
  8. Traceback (most recent call last):
  9.   File "C:\Users\Digital Wholesale - Documents\2. Amazon\Customer Operations_OTC\02. Amazon weekly Report\Amazon weekly automation (Giorgi)\VL.py", line 29, in <module>
  10.     'Net Unit Price','Confirmed Net Value (SL)','Dollars Shipped (SL)','% Shipped/Allocated (SL)']] =df[['Order Qty (SL)','Confirmed Qty (SL)','Unconfirmed Qty (SL)',
  11.   File "C:\Users\gobro7\AppData\Local\Programs\Python\Python39\lib\site-packages\pandas\core\frame.py", line 7768, in apply
  12.     return op.get_result()
  13.   File "C:\Users\gobro7\AppData\Local\Programs\Python\Python39\lib\site-packages\pandas\core\apply.py", line 185, in get_result
  14.     return self.apply_standard()
  15.   File "C:\Users\gobro7\AppData\Local\Programs\Python\Python39\lib\site-packages\pandas\core\apply.py", line 276, in apply_standard
  16.     results, res_index = self.apply_series_generator()
  17.   File "C:\Users\gobro7\AppData\Local\Programs\Python\Python39\lib\site-packages\pandas\core\apply.py", line 290, in apply_series_generator
  18.     results[i] = self.f(v)
  19.   File "C:\Users\gobro7\AppData\Local\Programs\Python\Python39\lib\site-packages\pandas\core\tools\numeric.py", line 154, in to_numeric
  20.     values = lib.maybe_convert_numeric(
  21.   File "pandas\_libs\lib.pyx", line 2099, in pandas._libs.lib.maybe_convert_numeric
  22. ValueError: Unable to parse string "            0,000" at position 1
  23.  
  24. Process finished with exit code 1
  25.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement