Hacker News new | ask | show | jobs
by snthpy 406 days ago
Looks neat, thanks!

Unfortunately the first file I tried it on it didn't do anything useful because that file had header and footer lines (FTSE market files have descriptions in the first 2-3 lines and an XXXXXXXXXX marker on the last line).

Can you add an option to drop the first X and last Y lines? That's pretty common for things like pandas.read_csv() etc...

1 comments

Hey thanks a lot for this feedback, I wrote it down and I will consider that dropping line in mind for next updates.