mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 04:39:03 +08:00
1f027344f1
* added describe methods * mean updates and added truediv func * updates * updated truediv test * porting stocks to ubuntu * hacky solution for describe, mean, median, quantile by transposing df * removed data file * removed faulty truediv implementation * flake8 and documentation updates * updated mean, median, var, std to handle mixed values * added describe methods * mean updates and added truediv func * updates * updated truediv test * porting stocks to ubuntu * hacky solution for describe, mean, median, quantile by transposing df * removed data file * removed faulty truediv implementation * flake8 and documentation updates * fixed quantile to drop object typed columns * syntax improvements" * fixed flatten issue * fixing flatten issue * minor updates * added describe methods * mean updates and added truediv func * updates * updated truediv test * porting stocks to ubuntu * hacky solution for describe, mean, median, quantile by transposing df * removed data file * removed faulty truediv implementation * flake8 and documentation updates * updated mean, median, var, std to handle mixed values * added describe methods * mean updates and added truediv func * updates * updated truediv test * porting stocks to ubuntu * hacky solution for describe, mean, median, quantile by transposing df * removed data file * removed faulty truediv implementation * flake8 and documentation updates * fixed quantile to drop object typed columns * syntax improvements" * fixed flatten issue * fixing flatten issue * improved describe syntax