Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
43 views

Finding string or empty column in pandas

This is to create a general use case of cleaning up tabular Data from the SEC EDGAR database. Considering this below table, I need to remove columns that may contain '[any_int]' Column A Column B ...
thzCU's user avatar
  • 1
0 votes
0 answers
174 views

Save (pre-2012) 13-F filings to Pandas Dataframe using python

I saw the question on pre-2013 13-F filings, but noticed they used an even different format pre 2012. This is the original question: Extracting table of holdings from (Edgar 13-F filings) TXT (pre-...
Not_a_Robot's user avatar