Skip to content

issues Search Results · repo:pandas-dev/pandas-stubs language:Python

Filter by

488 results
 (88 ms)

488 results

inpandas-dev/pandas-stubs (press backspace or delete to remove)

Describe the bug The stubs claim that shift returns None, when it returns a pd.Index of the same type as the original_index To Reproduce from datetime import datetime import pandas as pd original_index ...
Algos
good first issue
Index
  • gogowitsch
  • 1
  • Opened 
    yesterday
  • #1181

The Series.all() and Series.any() have the type bool for the output. However, the real output type is np.bool. This causes issues when trying to compile a function using mypyc. To Reproduce Compile the ...
  • Igorsmit00
  • 1
  • Opened 
    yesterday
  • #1180

Describe the bug DataFrame.to_json does not work with binary buffers, even though the original types do accept them both in the base class NdFrame and in the underlying json library. This could be fixed ...
IO JSON
  • sk-
  • 1
  • Opened 
    6 days ago
  • #1179

Opening this so I can point to it as a todo. See https://github.com/pandas-dev/pandas-stubs/issues/1168 for context
  • MarcoGorelli
  • Opened 
    23 days ago
  • #1174

Opening this so I can point to it as a todo. See https://github.com/pandas-dev/pandas-stubs/issues/1168 for context
  • MarcoGorelli
  • Opened 
    23 days ago
  • #1173

When we do a merge, we run pyright using the strict option. Current statistics on the types of errors found: reportUnknownMemberType 2387 reportUnknownParameterType 2112 reportMissingTypeArgument ...
  • Dr-Irv
  • Opened 
    28 days ago
  • #1171

Opening this so I can point to it as a todo. See https://github.com/pandas-dev/pandas-stubs/issues/1168 for context
  • MarcoGorelli
  • Opened 
    28 days ago
  • #1169

I m trying to use pyright --verifytypes to check which public methods are untyped, and a lot of the results come from kwargs and args. There seem to be 3 cases for them: 1. they re undocumented, and ...
  • MarcoGorelli
  • 1
  • Opened 
    28 days ago
  • #1168

Describe the bug A clear and concise description of what the bug is. Poe = mypy =========================================== Beginning: Run mypy on tests (using the local stubs) and on the local stubs ...
good first issue
IO SQL
  • loicdiridollou
  • 1
  • Opened 
    29 days ago
  • #1166

Describe the bug DataFrame.loc[] should accept list[str] as stated in the pandas docs: A list or array of labels, e.g. [ a , b , c ]. To Reproduce import pandas as pd ...
good first issue
Indexing
  • ndawe
  • 6
  • Opened 
    29 days ago
  • #1162
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub