Modules

psa_prizes.scrape

psa_prizes.analyze

Analysis tools.

psa_prizes.analyze.analyze()

Return info messages as dict, plot prize timeline and save both.

Notes

For some cards, the grade data is of type str instead of int or float. pd.DataFrames assign the data-types column-wise by using the most compatible type. For example, the grade “Authentic” for only one card causes pandas to transform the whole column with grades in {1.0, 1.5, … 10.0} to be stored as str. Therefore, all grades are converted to str for a unified treatment. These strings are written like floats with one decimal place.

Return type

None