diff options
Diffstat (limited to 'python/quote_parsing/parse_emails.py')
| -rw-r--r-- | python/quote_parsing/parse_emails.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/quote_parsing/parse_emails.py b/python/quote_parsing/parse_emails.py index bc0318c8..f389933f 100644 --- a/python/quote_parsing/parse_emails.py +++ b/python/quote_parsing/parse_emails.py @@ -87,6 +87,7 @@ def makedf(r, indextype, quote_source): .str.replace("n", "") .str.replace("\\", "") .str.replace("M", "") + .str.replace("c", "") ) df.set_index("strike", inplace=True) return df |
