Brian Lewis
Brian Lewis
Thanks for this great library! The license change makes complete sense to me, as I'm sure there are many people who would want to use `pygam` for projects that are...
With respect to this PR, I removed the `/test/` directory from code coverage (as these lines were guaranteed to run). Unfortunately, this reduces the overall coverage of the project, causing...
Just confirmed that the results are similar with Python 2 (`9.54 µs` vs `153 ns` using 2.7). I definitely understand the desire not to introduce extraneous dependencies. If there's a...
Good catch! Should be fixed now.
Note that in the second example you are avoiding `pd.read_sql` entirely, suggesting this method might be causing the problem. I suggest fetching the rows from the database using the Teradata...