Closed MrCreosote closed 2 years ago
Pandas was probably a mistake for ?sv parsing, where the standard library parser works just fine and Pandas has a number of quirks to work around, but abstracting the differences in handling xlsx and xls files really simplifies the code, so it's probably worth the quirks. I'm going to take a look and see if there's better ways to work around those.
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
2 Code Smells
No Coverage information
0.0% Duplication
Pandas would replace missing header items with weird names like
Unnamed: 2_level_0
. Pandas has enough quirks that it's not worth using it - simpler to just use a low level csv parser.