Martin Joseph Hsu

Results 5 issues of Martin Joseph Hsu

**Is your feature request related to a problem? Please describe.** I would like to modify the html after it is rendered by Jinja and before it is emailed. This is...

enhancement

Better out of the box experience for columns with default values or allowed to be null. It would be cool to support validators, but it's messy because of the need...

Hi, What do you think about having a WriteService that is truly able to write only, not read? This would be useful for applications that openly consume information that might...

## Fix pandas concat deprecation FutureWarning This PR removes a FutureWarning in pybaseball/datahelpers/postprocessing.py related to the use of `errors='ignore'` in pd.to_datetime, which is being deprecated. ### Changes: - Require non-empty...

## Fix pandas to_datetime deprecation warning This PR removes a FutureWarning in pybaseball/datahelpers/postprocessing.py related to the use of `errors='ignore'` in pd.to_datetime, which is being deprecated. ### Changes: - Wrapped call...