[issue36314] Pivot_Table Docstring Error

2019-03-16 Thread Prakhar
New submission from Prakhar : In the docstring of Pivot_table,np.median function should be used instead of np.mean. File attached for reference. -- files: Screenshot 2019-03-16 at 4.15.25 PM.png messages: 338077 nosy: prakharb priority: normal severity: normal status: open title

[issue33129] Add kwarg-only option to dataclass

2020-07-22 Thread Prakhar Goel
Prakhar Goel added the comment: Hi, As another piece of evidence: I run into this problem _all the time_. Whenever I need a field in the parent with a default, I either need to add bogus default values for every field in every subclass or just skip the default in the parent. I'd li