Guest User

Untitled

a guest
May 15th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. def __init__(self, csvFile, chunksize=10000):
  2. self.newName = csvFile[:-4]
  3. import ipdb; ipdb.set_trace()
  4. self.csvFile=csvFile
  5. self.chunksize=int(chunksize)
  6. self.headers_without_timestamp = header_without_timestamp
  7.  
  8. self.total_rows = 0
  9. self.username=username
  10. self.password=password
  11. self.dbname="data"
  12.  
  13. File "Final_Fast_Version_Waqar.py", line 37
  14. import ipdb; ipdb.set_trace()
  15. ^
  16. TabError: inconsistent use of tabs and spaces in indentation
Add Comment
Please, Sign In to add comment