Skip to content

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

Filter by

493 results
 (73 ms)

493 results

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

Originaly from: https://github.com/pandas-dev/pandas/issues/61304#issuecomment-2814007180 Problem Description Pandas is widely used in data-heavy workflows, and in many cases, the structure of a DataFrame ...
Enhancement
  • YoniChechik
  • 1
  • Opened 
    yesterday
  • #1190

Describe the bug Type checking missing for Timestamp - TimestampSeries To Reproduce import pandas as pd ts1 = pd.to_datetime(pd.Series([ 2022-03-05 , 2022-03-06 ])) assert isinstance(ts1.iloc[0], pd.Timestamp) ...
good first issue
Timedelta
Timestamp
  • Dr-Irv
  • Opened 
    2 days ago
  • #1189

/Users/loic.diridollou/Documents/Code/pandas-stubs/main/pandas-stubs/core/indexes/datetimelike.pyi /Users/loic.diridollou/Documents/Code/pandas-stubs/main/pandas-stubs/core/indexes/datetimelike.pyi:32:63 ...
CI
  • loicdiridollou
  • Opened 
    6 days ago
  • #1184

Describe the bug Calling to_numpy with na_value set to a NumPy type gives a type error. This works at runtime. To Reproduce 1. Provide a minimal runnable pandas example that is not properly checked ...
  • vnmabus
  • 2
  • Opened 
    6 days ago
  • #1182

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 
    10 days ago
  • #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
  • 2
  • Opened 
    10 days ago
  • #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 
    15 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 
    on Mar 18
  • #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
  • 3
  • Opened 
    on Mar 18
  • #1173
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 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