Matt Dennewitz
Matt Dennewitz
Closed by https://github.com/mattdennewitz/playlist-to-vec/commit/f466c5df2b96976da8e59573d62a471002e827f5
Sure, will take this on shortly.
Anyone interested in implementing React Router 3 or 4?
The warning is worthwhile to keep, and can be suppressed in your implementation like so: ```python import warnings with warnings.catch_warnings(): warnings.simplefilter("ignore", FutureWarning) df = statcast(...) ```