OpenSourceAP / CrossSection

Code to accompany our paper Chen and Zimmermann (2020), "Open source cross-sectional asset pricing"
https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3604626
GNU General Public License v2.0
716 stars 215 forks source link

SignalDoc.csv's extra commas #84

Closed chenandrewy closed 2 years ago

chenandrewy commented 2 years ago

The Detailed Documentation column has commas in it, which can confuse the csv reader. We should replace these commas with semi-colons or something.

chenandrewy commented 2 years ago

@tomz23 fixed this by using quotes in each cell and not changing the commas anywhere (e.g. "Sloan","1996", instead of Sloan, 1996). f0b4bd883bd88c583c70aff7f809e9f83cb92a45