mirror of
				https://github.com/Unstructured-IO/unstructured.git
				synced 2025-10-31 10:03:07 +00:00 
			
		
		
		
	 d594c06a3e
			
		
	
	
		d594c06a3e
		
			
		
	
	
	
	
		
			
			Closes #2218. When a csv has commas in its content, and the delimiter is something else, Pandas may throw an error. We can sniff the csv and get the correct delimiter to pass to Pandas. To verify, try partitioning the file in the linked bug.
		
			
				
	
	
	
		
			91 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			91 B
		
	
	
	
	
	
	
	
| 1 | Year | Month | Revenue | Costs | |
|---|---|---|---|---|---|
| 2 | 2022 | 1 | 123 | -123 | |
| 3 | 2023 | 2 | 143,1 | -814,38 | |
| 4 | 2024 | 3 | 215,32 | -11,08 |