CRSPcleaner
This programme takes in a .csv format CRSP database file and returns a cleaned version as a pandas dataframe.
Installation
Run the following to install:
pip install CRSPcleaner
Usage
Factors can be extracted in monthly ('m') and annual ('a') frequencies. The default is monthly.
from CRSPcleaner import cleanCRSP
crsp_df = cleanCRSP()
# With CIK identifiers:
crsp_df = cleanCRSP(withCIKonly=True)
Release files for CRSPcleaner 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| CRSPcleaner-0.0.3.tar.gz | 2.7 kB | Details |
Release files / CRSPcleaner-0.0.3.tar.gz
| Download URL | CRSPcleaner-0.0.3.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
85edab5f7182f5d4c103bf4c308a5fc7595bd023ab63c81dea63577a722bce47
|
|
BLAKE2b-256 checksum How to use checksums |
dd1906ed9553e59f17c9b55abcf52c8b69f4b6e5737871d1b9597ea2ce351f5f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.17.1 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.8
|