pandas-dev / pandas

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
https://pandas.pydata.org
BSD 3-Clause "New" or "Revised" License
43.83k stars 18k forks source link

TST: Added test for pivot_table with int64 dtype and dropna parameter #60374

Closed AbhishekChaudharii closed 17 hours ago

AbhishekChaudharii commented 2 days ago
mroeschke commented 17 hours ago

Thanks @AbhishekChaudharii

AbhishekChaudharii commented 1 hour ago

Happy to help!