pandas-1.3.3
Package details:
Name: pandas
Description: Powerful data structures for data analysis, time series, and statistics
Long Description: file: README.md
url: https://pandas.pydata.org
Author: The Pandas Development Team
Number of Python files: 1272
-
pandas-1.3.3/versioneer.py
(70101 characters, 7553 words)
imported modules:
configparser
,errno
,json
,os
,re
,subprocess
,sys
defined classes:
VersioneerConfig
,NotThisMethod
,VersioneerBadRootError
defined functions:
get_root
,get_config_from_root
,register_vcs_handler
,run_command
,git_get_keywords
,git_versions_from_keywords
,git_pieces_from_vcs
,do_vcs_install
,versions_from_parentdir
,versions_from_file
,write_to_version_file
,plus_or_dot
,render_pep440
,render_pep440_pre
,render_pep440_post
,render_pep440_old
,render_git_describe
,render_git_describe_long
,render
,get_versions
,get_version
,get_cmdclass
,do_setup
,scan_setup_py
-
pandas-1.3.3/setup.py
(21243 characters, 1533 words)
imported modules:
argparse
,multiprocessing
,os
,platform
,shutil
,sys
,sysconfig
,numpy
,pkg_resources
,setuptools
,versioneer
defined classes:
build_ext
,CleanCommand
,CheckSDist
,CheckingBuildExt
,CythonCommand
,DummyBuildSrc
defined functions:
is_platform_windows
,is_platform_mac
,maybe_cythonize
,srcpath
-
pandas-1.3.3/pandas/_typing.py
(6494 characters, 700 words)
imported modules:
datetime
,io
,mmap
,os
,typing
-
pandas-1.3.3/pandas/testing.py
(313 characters, 23 words)
imported modules:
pandas._testing
-
pandas-1.3.3/pandas/__init__.py
(7325 characters, 809 words)
imported modules:
pandas._config
,pandas.core.config_init
,pandas.core.api
,pandas.core.arrays.sparse
,pandas.tseries.api
,pandas.tseries
,pandas.core.computation.api
,pandas.core.reshape.api
,pandas.api
,pandas.util._print_versions
,pandas.io.api
,pandas.util._tester
,pandas.testing
,pandas.arrays
,pandas._version
defined functions:
__getattr__
-
pandas-1.3.3/pandas/conftest.py
(40518 characters, 3815 words)
imported modules:
collections
,datetime
,decimal
,operator
,os
,dateutil.tz
,hypothesis
,pytest
,pytz
,pandas.core.dtypes.dtypes
,pandas
,pandas.core
,pandas.core.indexes.api
defined functions:
pytest_addoption
,pytest_runtest_setup
,pytest_collection_modifyitems
,configure_tests
,add_imports
,axis
,observed
,ordered
,keep
,closed
,other_closed
,compression
,compression_only
,writable
,join_type
,nselect_method
,nulls_fixture
,unique_nulls_fixture
,frame_or_series
,index_or_series
,index_or_series_or_array
,dict_subclass
,non_dict_mapping_subclass
,multiindex_year_month_day_dataframe_random_data
,multiindex_dataframe_random_data
,_create_multiindex
,_create_mi_with_dt64tz_level
,index
,index_flat
,index_with_missing
,empty_series
,string_series
,object_series
,datetime_series
,_create_series
,series_with_simple_index
,series_with_multilevel_index
,narrow_series
,index_or_series_obj
,empty_frame
,int_frame
,datetime_frame
,float_frame
,mixed_type_frame
,rand_series_with_duplicate_datetimeindex
,ea_scalar_and_dtype
,all_arithmetic_operators
,all_binary_operators
,all_arithmetic_functions
,all_numeric_reductions
,all_boolean_reductions
,all_reductions
,all_compare_operators
,compare_operators_no_eq_ne
,all_logical_operators
,strict_data_files
,datapath
,iris
,tz_naive_fixture
,tz_aware_fixture
,utc_fixture
,string_dtype
,nullable_string_dtype
,string_storage
,bytes_dtype
,object_dtype
,any_string_dtype
,datetime64_dtype
,timedelta64_dtype
,float_dtype
,float_ea_dtype
,any_float_allowed_nullable_dtype
,complex_dtype
,sint_dtype
,uint_dtype
,any_int_dtype
,any_nullable_int_dtype
,any_int_or_nullable_int_dtype
,any_nullable_numeric_dtype
,any_signed_nullable_int_dtype
,any_real_dtype
,any_numpy_dtype
,any_skipna_inferred_dtype
,ip
,spmatrix
,tick_classes
,sort_by_key
,fsspectest
,names
,indexer_sli
,indexer_si
,indexer_sl
,indexer_al
,using_array_manager
-
pandas-1.3.3/pandas/_version.py
(497 characters, 60 words)
imported modules:
json
defined functions:
get_versions
-
pandas-1.3.3/pandas/io/api.py
(838 characters, 90 words)
imported modules:
pandas.io.clipboards
,pandas.io.excel
,pandas.io.feather_format
,pandas.io.gbq
,pandas.io.html
,pandas.io.json
,pandas.io.orc
,pandas.io.parquet
,pandas.io.parsers
,pandas.io.pickle
,pandas.io.pytables
,pandas.io.sas
,pandas.io.spss
,pandas.io.sql
,pandas.io.stata
,pandas.io.xml
-
pandas-1.3.3/pandas/io/stata.py
(128936 characters, 13126 words)
imported modules:
__future__
,collections
,datetime
,io
,os
,struct
,sys
,typing
,warnings
,dateutil.relativedelta
,pandas._libs.lib
,pandas._libs.writers
,pandas._typing
,pandas.util._decorators
,pandas.core.dtypes.common
,pandas
,pandas.core
,pandas.core.frame
,pandas.core.indexes.base
,pandas.core.series
,pandas.io.common
defined classes:
PossiblePrecisionLoss
,ValueLabelTypeMismatch
,InvalidColumnName
,CategoricalConversionWarning
,StataValueLabel
,StataMissingValue
,StataParser
,StataReader
,StataWriter
,StataStrLWriter
,StataWriter117
,StataWriterUTF8
defined functions:
_stata_elapsed_date_to_datetime_vec
,_datetime_to_stata_elapsed_vec
,_cast_to_stata_types
,read_stata
,_set_endianness
,_pad_bytes
,_convert_datetime_to_stata_type
,_maybe_convert_to_int_keys
,_dtype_to_stata_type
,_dtype_to_default_stata_fmt
,_dtype_to_stata_type_117
,_pad_bytes_new
-
pandas-1.3.3/pandas/io/sql.py
(75552 characters, 7637 words)
imported modules:
__future__
,contextlib
,datetime
,functools
,re
,typing
,warnings
,pandas._typing
,pandas.compat._optional
,pandas.errors
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.missing
,pandas
,pandas.core.api
,pandas.core.base
,pandas.core.tools.datetimes
,pandas.util.version
defined classes:
SQLAlchemyRequired
,DatabaseError
,SQLTable
,PandasSQL
,BaseEngine
,SQLAlchemyEngine
,SQLDatabase
,SQLiteTable
,SQLiteDatabase
defined functions:
_is_sqlalchemy_connectable
,_gt14
,_convert_params
,_process_parse_dates_argument
,_handle_date_column
,_parse_date_columns
,_wrap_result
,execute
,read_sql_table
,read_sql_table
,read_sql_table
,read_sql_query
,read_sql_query
,read_sql_query
,read_sql
,read_sql
,read_sql
,to_sql
,has_table
,_engine_builder
,pandasSQL_builder
,get_engine
,_get_unicode_name
,_get_valid_sqlite_name
,get_schema
-
pandas-1.3.3/pandas/io/parquet.py
(16971 characters, 1666 words)
imported modules:
__future__
,io
,os
,typing
,warnings
,pandas._typing
,pandas.compat._optional
,pandas.errors
,pandas.util._decorators
,pandas
,pandas.core
,pandas.util.version
,pandas.io.common
defined classes:
BaseImpl
,PyArrowImpl
,FastParquetImpl
defined functions:
get_engine
,_get_path_or_handle
,to_parquet
,read_parquet
-
pandas-1.3.3/pandas/io/pickle.py
(7670 characters, 840 words)
imported modules:
pickle
,typing
,warnings
,pandas._typing
,pandas.util._decorators
,pandas.core
,pandas.io.common
defined functions:
to_pickle
,read_pickle
-
pandas-1.3.3/pandas/io/clipboards.py
(4617 characters, 565 words)
imported modules:
io
,warnings
,pandas.core.dtypes.generic
,pandas
defined functions:
read_clipboard
,to_clipboard
-
pandas-1.3.3/pandas/io/feather_format.py
(3784 characters, 406 words)
imported modules:
typing
,pandas._typing
,pandas.compat._optional
,pandas.util._decorators
,pandas
,pandas.core
,pandas.io.common
defined functions:
to_feather
,read_feather
-
pandas-1.3.3/pandas/io/html.py
(34556 characters, 3890 words)
imported modules:
__future__
,collections
,numbers
,os
,re
,typing
,pandas._typing
,pandas.compat._optional
,pandas.errors
,pandas.util._decorators
,pandas.core.dtypes.common
,pandas.core.construction
,pandas.core.frame
,pandas.io.common
,pandas.io.formats.printing
,pandas.io.parsers
defined classes:
_HtmlFrameParser
,_BeautifulSoupHtml5LibFrameParser
,_LxmlFrameParser
defined functions:
_importers
,_remove_whitespace
,_get_skiprows
,_read
,_build_xpath_expr
,_expand_elements
,_data_to_frame
,_parser_dispatch
,_print_as_set
,_validate_flavor
,_parse
,read_html
-
pandas-1.3.3/pandas/io/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/io/orc.py
(1768 characters, 216 words)
imported modules:
__future__
,typing
,pandas._typing
,pandas.compat._optional
,pandas.io.common
defined functions:
read_orc
-
pandas-1.3.3/pandas/io/spss.py
(1265 characters, 136 words)
imported modules:
__future__
,pathlib
,typing
,pandas.compat._optional
,pandas.core.dtypes.inference
,pandas.core.api
,pandas.io.common
defined functions:
read_spss
-
pandas-1.3.3/pandas/io/xml.py
(29185 characters, 2916 words)
imported modules:
__future__
,io
,pandas._typing
,pandas.compat._optional
,pandas.errors
,pandas.util._decorators
,pandas.core.dtypes.common
,pandas.core.frame
,pandas.core.shared_docs
,pandas.io.common
,pandas.io.parsers
defined classes:
_XMLFrameParser
,_EtreeFrameParser
,_LxmlFrameParser
defined functions:
get_data_from_filepath
,preprocess_data
,_data_to_frame
,_parse
,read_xml
-
pandas-1.3.3/pandas/io/gbq.py
(8087 characters, 805 words)
imported modules:
__future__
,typing
,pandas.compat._optional
defined functions:
_try_import
,read_gbq
,to_gbq
-
pandas-1.3.3/pandas/io/pytables.py
(169363 characters, 16878 words)
imported modules:
__future__
,contextlib
,copy
,datetime
,itertools
,os
,re
,textwrap
,typing
,warnings
,pandas._config
,pandas._libs
,pandas._libs.tslibs
,pandas._typing
,pandas.compat._optional
,pandas.compat.pickle_compat
,pandas.errors
,pandas.util._decorators
,pandas.core.dtypes.common
,pandas.core.dtypes.missing
,pandas
,pandas.core.arrays
,pandas.core.computation.pytables
,pandas.core.construction
,pandas.core.indexes.api
,pandas.core.internals
,pandas.io.common
,pandas.io.formats.printing
defined classes:
PossibleDataLossError
,ClosedFileError
,IncompatibilityWarning
,AttributeConflictWarning
,DuplicateWarning
,HDFStore
,TableIterator
,IndexCol
,GenericIndexCol
,DataCol
,DataIndexableCol
,GenericDataIndexableCol
,Fixed
,GenericFixed
,SeriesFixed
,BlockManagerFixed
,FrameFixed
,Table
,WORMTable
,AppendableTable
,AppendableFrameTable
,AppendableSeriesTable
,AppendableMultiSeriesTable
,GenericTable
,AppendableMultiFrameTable
,Selection
defined functions:
_ensure_decoded
,_ensure_encoding
,_ensure_str
,_ensure_term
,_tables
,to_hdf
,read_hdf
,_is_metadata_of
,_reindex_axis
,_get_tz
,_set_tz
,_convert_index
,_unconvert_index
,_maybe_convert_for_string_atom
,_convert_string_array
,_unconvert_string_array
,_maybe_convert
,_get_converter
,_need_convert
,_maybe_adjust_name
,_dtype_to_kind
,_get_data_and_dtype_name
-
pandas-1.3.3/pandas/io/date_converters.py
(3560 characters, 379 words)
imported modules:
warnings
,pandas._libs.tslibs
defined functions:
parse_date_time
,parse_date_fields
,parse_all_fields
,generic_parser
,_maybe_cast
,_check_columns
-
pandas-1.3.3/pandas/io/common.py
(31415 characters, 3204 words)
imported modules:
__future__
,bz2
,codecs
,collections
,dataclasses
,gzip
,io
,mmap
,os
,tempfile
,typing
,urllib.parse
,warnings
,zipfile
,pandas._typing
,pandas.compat
,pandas.compat._optional
,pandas.core.dtypes.common
defined classes:
IOArgs
,IOHandles
,_BytesZipFile
,_MMapWrapper
defined functions:
is_url
,_expand_user
,validate_header_arg
,stringify_path
,urlopen
,is_fsspec_url
,_get_filepath_or_buffer
,file_path_to_url
,get_compression_method
,infer_compression
,get_handle
,_maybe_memory_map
,file_exists
,_is_binary_mode
-
pandas-1.3.3/pandas/io/sas/sas7bdat.py
(30050 characters, 2488 words)
imported modules:
__future__
,collections
,datetime
,struct
,typing
,pandas.errors
,pandas
,pandas.io.common
,pandas.io.sas._sas
,pandas.io.sas.sasreader
defined classes:
_SubheaderPointer
,_Column
,SAS7BDATReader
defined functions:
_parse_datetime
,_convert_datetimes
-
pandas-1.3.3/pandas/io/sas/sas_constants.py
(6731 characters, 515 words)
defined classes:
SASIndex
-
pandas-1.3.3/pandas/io/sas/sas_xport.py
(14034 characters, 1579 words)
imported modules:
collections
,datetime
,struct
,typing
,warnings
,pandas.util._decorators
,pandas.io.common
,pandas.io.sas.sasreader
defined classes:
XportReader
defined functions:
_parse_date
,_split_line
,_handle_truncated_float_vec
,_parse_float_vec
-
pandas-1.3.3/pandas/io/sas/__init__.py
(53 characters, 6 words)
imported modules:
pandas.io.sas.sasreader
-
pandas-1.3.3/pandas/io/sas/sasreader.py
(4379 characters, 505 words)
imported modules:
__future__
,abc
,typing
,pandas._typing
,pandas.io.common
defined classes:
ReaderBase
defined functions:
read_sas
,read_sas
,read_sas
-
pandas-1.3.3/pandas/io/parsers/c_parser_wrapper.py
(14531 characters, 1302 words)
imported modules:
__future__
,warnings
,pandas._typing
,pandas.errors
,pandas.core.dtypes.common
,pandas.core.dtypes.concat
,pandas.core.dtypes.dtypes
,pandas.core.indexes.api
,pandas.io.parsers.base_parser
defined classes:
CParserWrapper
defined functions:
_concatenate_chunks
,ensure_dtype_objs
-
pandas-1.3.3/pandas/io/parsers/__init__.py
(204 characters, 17 words)
imported modules:
pandas.io.parsers.readers
-
pandas-1.3.3/pandas/io/parsers/readers.py
(54190 characters, 6215 words)
imported modules:
__future__
,collections
,csv
,sys
,textwrap
,typing
,warnings
,pandas._libs.parsers
,pandas._typing
,pandas.errors
,pandas.util._decorators
,pandas.util._validators
,pandas.core.dtypes.common
,pandas.core
,pandas.core.frame
,pandas.core.indexes.api
,pandas.io.common
,pandas.io.parsers.base_parser
,pandas.io.parsers.c_parser_wrapper
,pandas.io.parsers.python_parser
defined classes:
TextFileReader
defined functions:
validate_integer
,_validate_names
,_read
,read_csv
,read_table
,read_fwf
,TextParser
,_clean_na_values
,_floatify_na_values
,_stringify_na_values
,_refine_defaults_read
,_extract_dialect
,_validate_dialect
,_merge_with_dialect_properties
,_validate_skipfooter
-
pandas-1.3.3/pandas/io/parsers/python_parser.py
(43753 characters, 4013 words)
imported modules:
__future__
,collections
,copy
,csv
,io
,re
,sys
,typing
,warnings
,pandas._typing
,pandas.errors
,pandas.core.dtypes.common
,pandas.core.dtypes.inference
,pandas.io.parsers.base_parser
defined classes:
PythonParser
,FixedWidthReader
,FixedWidthFieldParser
defined functions:
count_empty_vals
,_validate_skipfooter_arg
-
pandas-1.3.3/pandas/io/parsers/base_parser.py
(41841 characters, 3867 words)
imported modules:
__future__
,collections
,csv
,datetime
,enum
,itertools
,typing
,warnings
,pandas._libs.parsers
,pandas._libs.tslibs
,pandas._typing
,pandas.errors
,pandas.core.dtypes.cast
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.missing
,pandas.core
,pandas.core.arrays
,pandas.core.indexes.api
,pandas.core.series
,pandas.io.common
,pandas.io.date_converters
defined classes:
ParserBase
defined functions:
_make_date_converter
,_process_date_conversion
,_try_convert_dates
,_get_na_values
,_is_potential_multi_index
,_validate_parse_dates_arg
,is_index_col
-
pandas-1.3.3/pandas/io/excel/_pyxlsb.py
(3707 characters, 375 words)
imported modules:
__future__
,pandas._typing
,pandas.compat._optional
,pandas.io.excel._base
defined classes:
PyxlsbReader
-
pandas-1.3.3/pandas/io/excel/_openpyxl.py
(18346 characters, 1557 words)
imported modules:
__future__
,mmap
,typing
,pandas._typing
,pandas.compat._optional
,pandas.io.excel._base
,pandas.io.excel._util
defined classes:
OpenpyxlWriter
,OpenpyxlReader
-
pandas-1.3.3/pandas/io/excel/_base.py
(45926 characters, 4928 words)
imported modules:
__future__
,abc
,datetime
,io
,os
,textwrap
,typing
,warnings
,zipfile
,pandas._config
,pandas._libs.parsers
,pandas._typing
,pandas.compat._optional
,pandas.errors
,pandas.util._decorators
,pandas.util._exceptions
,pandas.core.dtypes.common
,pandas.core.frame
,pandas.core.shared_docs
,pandas.util.version
,pandas.io.common
,pandas.io.excel._util
,pandas.io.parsers
defined classes:
BaseExcelReader
,ExcelWriter
,ExcelFile
defined functions:
read_excel
,inspect_excel_format
-
pandas-1.3.3/pandas/io/excel/_odswriter.py
(9633 characters, 709 words)
imported modules:
__future__
,collections
,datetime
,typing
,pandas._typing
,pandas.io.excel._base
,pandas.io.excel._util
,pandas.io.formats.excel
defined classes:
ODSWriter
-
pandas-1.3.3/pandas/io/excel/_xlsxwriter.py
(8327 characters, 609 words)
imported modules:
__future__
,typing
,pandas._typing
,pandas.io.excel._base
,pandas.io.excel._util
defined classes:
_XlsxStyler
,XlsxWriter
-
pandas-1.3.3/pandas/io/excel/_xlwt.py
(5129 characters, 425 words)
imported modules:
__future__
,typing
,pandas._typing
,pandas.io.excel._base
,pandas.io.excel._util
defined classes:
XlwtWriter
-
pandas-1.3.3/pandas/io/excel/_xlrd.py
(3715 characters, 298 words)
imported modules:
datetime
,pandas._typing
,pandas.compat._optional
,pandas.io.excel._base
defined classes:
XlrdReader
-
pandas-1.3.3/pandas/io/excel/__init__.py
(578 characters, 45 words)
imported modules:
pandas.io.excel._base
,pandas.io.excel._util
-
pandas-1.3.3/pandas/io/excel/_util.py
(6780 characters, 813 words)
imported modules:
__future__
,typing
,pandas.compat._optional
,pandas.core.dtypes.common
defined functions:
register_writer
,get_default_engine
,get_writer
,_excel2num
,_range2cols
,maybe_convert_usecols
,validate_freeze_panes
,fill_mi_header
,pop_header_name
,combine_kwargs
-
pandas-1.3.3/pandas/io/excel/_odfreader.py
(7577 characters, 640 words)
imported modules:
__future__
,pandas._typing
,pandas.compat._optional
,pandas.io.excel._base
defined classes:
ODFReader
-
pandas-1.3.3/pandas/io/clipboard/__init__.py
(21526 characters, 2073 words)
imported modules:
contextlib
,ctypes
,ctypes
,os
,platform
,shutil
,subprocess
,time
,warnings
defined classes:
PyperclipException
,PyperclipWindowsException
,CheckedCall
defined functions:
_executable_exists
,_stringifyText
,init_osx_pbcopy_clipboard
,init_osx_pyobjc_clipboard
,init_qt_clipboard
,init_xclip_clipboard
,init_xsel_clipboard
,init_klipper_clipboard
,init_dev_clipboard_clipboard
,init_no_clipboard
,init_windows_clipboard
,init_wsl_clipboard
,determine_clipboard
,set_clipboard
,lazy_load_stub_copy
,lazy_load_stub_paste
,is_available
-
pandas-1.3.3/pandas/io/json/_json.py
(38887 characters, 3689 words)
imported modules:
__future__
,abc
,collections
,functools
,io
,itertools
,typing
,pandas._libs.tslibs
,pandas._typing
,pandas.errors
,pandas.util._decorators
,pandas.core.dtypes.common
,pandas
,pandas.core
,pandas.core.construction
,pandas.core.generic
,pandas.core.reshape.concat
,pandas.io.common
,pandas.io.json._normalize
,pandas.io.json._table_schema
,pandas.io.parsers.readers
defined classes:
Writer
,SeriesWriter
,FrameWriter
,JSONTableWriter
,JsonReader
,Parser
,SeriesParser
,FrameParser
defined functions:
to_json
,read_json
-
pandas-1.3.3/pandas/io/json/__init__.py
(374 characters, 31 words)
imported modules:
pandas.io.json._json
,pandas.io.json._normalize
,pandas.io.json._table_schema
-
pandas-1.3.3/pandas/io/json/_table_schema.py
(10112 characters, 999 words)
imported modules:
__future__
,typing
,warnings
,pandas._typing
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas
defined functions:
as_json_table_type
,set_default_names
,convert_pandas_type_to_json_field
,convert_json_field_to_pandas_type
,build_table_schema
,parse_table_schema
-
pandas-1.3.3/pandas/io/json/_normalize.py
(16941 characters, 2013 words)
imported modules:
__future__
,collections
,copy
,typing
,pandas._libs.writers
,pandas._typing
,pandas.util._decorators
,pandas
defined functions:
convert_to_line_delimits
,nested_to_record
,_normalise_json
,_normalise_json_ordered
,_simple_json_normalize
,_json_normalize
-
pandas-1.3.3/pandas/io/formats/css.py
(8805 characters, 772 words)
imported modules:
__future__
,re
,warnings
defined classes:
CSSWarning
,CSSResolver
defined functions:
_side_expander
-
pandas-1.3.3/pandas/io/formats/console.py
(2666 characters, 270 words)
imported modules:
shutil
defined functions:
get_console_size
,in_interactive_session
,in_ipython_frontend
-
pandas-1.3.3/pandas/io/formats/style.py
(106995 characters, 11173 words)
imported modules:
__future__
,contextlib
,copy
,functools
,operator
,typing
,warnings
,pandas._config
,pandas._typing
,pandas.compat._optional
,pandas.util._decorators
,pandas
,pandas.api.types
,pandas.core
,pandas.core.frame
,pandas.core.generic
,pandas.io.formats.format
,pandas.io.formats.style_render
defined classes:
Styler
defined functions:
_mpl
,_validate_apply_axis_arg
,_background_gradient
,_highlight_between
,_highlight_value
-
pandas-1.3.3/pandas/io/formats/string.py
(7297 characters, 692 words)
imported modules:
__future__
,shutil
,typing
,pandas.io.formats.format
,pandas.io.formats.printing
defined classes:
StringFormatter
defined functions:
_binify
-
pandas-1.3.3/pandas/io/formats/html.py
(23252 characters, 1959 words)
imported modules:
__future__
,textwrap
,typing
,pandas._config
,pandas._libs
,pandas
,pandas.io.common
,pandas.io.formats.format
,pandas.io.formats.printing
defined classes:
HTMLFormatter
,NotebookFormatter
-
pandas-1.3.3/pandas/io/formats/csvs.py
(10103 characters, 884 words)
imported modules:
__future__
,os
,typing
,pandas._typing
,pandas.core.dtypes.generic
,pandas.core.dtypes.missing
,pandas.core.indexes.api
,pandas.io.common
defined classes:
CSVFormatter
-
pandas-1.3.3/pandas/io/formats/excel.py
(28993 characters, 2658 words)
imported modules:
__future__
,functools
,itertools
,re
,typing
,warnings
,pandas._libs.lib
,pandas._typing
,pandas.util._decorators
,pandas.core.dtypes
,pandas.core.dtypes.common
,pandas
,pandas.core
,pandas.io.formats._color_data
,pandas.io.formats.css
,pandas.io.formats.format
,pandas.io.formats.printing
defined classes:
ExcelCell
,CSSToExcelConverter
,ExcelFormatter
-
pandas-1.3.3/pandas/io/formats/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/io/formats/latex.py
(25162 characters, 2358 words)
imported modules:
__future__
,abc
,typing
,pandas.core.dtypes.generic
,pandas.io.formats.format
defined classes:
RowStringConverter
,RowStringIterator
,RowHeaderIterator
,RowBodyIterator
,TableBuilderAbstract
,GenericTableBuilder
,LongTableBuilder
,RegularTableBuilder
,TabularBuilder
,LatexFormatter
defined functions:
_split_into_full_short_caption
,_escape_symbols
,_convert_to_bold
-
pandas-1.3.3/pandas/io/formats/xml.py
(18258 characters, 1693 words)
imported modules:
__future__
,codecs
,io
,typing
,pandas._typing
,pandas.errors
,pandas.core.dtypes.common
,pandas.core.frame
,pandas.io.common
,pandas.io.xml
defined classes:
BaseXMLFormatter
,EtreeXMLFormatter
,LxmlXMLFormatter
-
pandas-1.3.3/pandas/io/formats/_color_data.py
(4296 characters, 343 words)
-
pandas-1.3.3/pandas/io/formats/printing.py
(17254 characters, 2052 words)
imported modules:
__future__
,sys
,typing
,pandas._config
,pandas.core.dtypes.inference
defined classes:
PrettyDict
defined functions:
adjoin
,justify
,_pprint_seq
,_pprint_dict
,pprint_thing
,pprint_thing_encoded
,enable_data_resource_formatter
,default_pprint
,format_object_summary
,_justify
,format_object_attrs
-
pandas-1.3.3/pandas/io/formats/format.py
(66426 characters, 6550 words)
imported modules:
__future__
,contextlib
,csv
,decimal
,functools
,io
,math
,re
,shutil
,typing
,unicodedata
,pandas._config.config
,pandas._libs
,pandas._libs.missing
,pandas._libs.tslibs
,pandas._libs.tslibs.nattype
,pandas._typing
,pandas.core.dtypes.common
,pandas.core.dtypes.missing
,pandas.core.arrays
,pandas.core.base
,pandas.core.construction
,pandas.core.indexes.api
,pandas.core.indexes.datetimes
,pandas.core.indexes.timedeltas
,pandas.core.reshape.concat
,pandas.io.common
,pandas.io.formats.printing
defined classes:
CategoricalFormatter
,SeriesFormatter
,TextAdjustment
,EastAsianTextAdjustment
,DataFrameFormatter
,DataFrameRenderer
,GenericArrayFormatter
,FloatArrayFormatter
,IntArrayFormatter
,Datetime64Formatter
,ExtensionArrayFormatter
,Datetime64TZFormatter
,Timedelta64Formatter
,EngFormatter
defined functions:
get_adjustment
,save_to_buffer
,get_buffer
,format_array
,format_percentiles
,is_dates_only
,_format_datetime64
,_format_datetime64_dateonly
,get_format_datetime64
,get_format_datetime64_from_values
,get_format_timedelta64
,_make_fixed_width
,_trim_zeros_complex
,_trim_zeros_single_float
,_trim_zeros_float
,_has_names
,set_eng_float_format
,get_level_lengths
,buffer_put_lines
-
pandas-1.3.3/pandas/io/formats/style_render.py
(53175 characters, 5284 words)
imported modules:
__future__
,collections
,functools
,re
,typing
,uuid
,pandas._config
,pandas._libs
,pandas._typing
,pandas.compat._optional
,pandas.core.dtypes.generic
,pandas
,pandas.api.types
defined classes:
CSSDict
,StylerRenderer
,Tooltips
defined functions:
_element
,_get_trimming_maximums
,_get_level_lengths
,_is_visible
,_format_table_styles
,_default_formatter
,_wrap_decimal_thousands
,_str_escape
,_maybe_wrap_formatter
,non_reducing_slice
,maybe_convert_css_to_tuples
,_parse_latex_table_wrapping
,_parse_latex_table_styles
,_parse_latex_cell_styles
,_parse_latex_header_span
,_parse_latex_options_strip
,_parse_latex_css_conversion
,_escape_latex
-
pandas-1.3.3/pandas/io/formats/info.py
(20562 characters, 1890 words)
imported modules:
__future__
,abc
,sys
,typing
,pandas._config
,pandas._typing
,pandas.core.indexes.api
,pandas.io.formats.printing
defined classes:
BaseInfo
,DataFrameInfo
,InfoPrinterAbstract
,DataFrameInfoPrinter
,TableBuilderAbstract
,DataFrameTableBuilder
,DataFrameTableBuilderNonVerbose
,TableBuilderVerboseMixin
,DataFrameTableBuilderVerbose
defined functions:
_put_str
,_sizeof_fmt
,_initialize_memory_usage
,_get_dataframe_dtype_counts
-
pandas-1.3.3/pandas/_testing/_warnings.py
(6453 characters, 601 words)
imported modules:
__future__
,contextlib
,re
,typing
,warnings
defined functions:
assert_produces_warning
,_assert_caught_expected_warning
,_assert_caught_no_extra_warnings
,_is_unexpected_warning
,_assert_raised_with_correct_stacklevel
-
pandas-1.3.3/pandas/_testing/_random.py
(1088 characters, 110 words)
imported modules:
string
defined functions:
randbool
,rands_array
,randu_array
,rands
-
pandas-1.3.3/pandas/_testing/contexts.py
(5383 characters, 560 words)
imported modules:
__future__
,contextlib
,os
,pathlib
,random
,shutil
,string
,tempfile
,typing
,pandas.io.common
defined classes:
RNGContext
defined functions:
decompress_file
,set_timezone
,ensure_clean
,ensure_clean_dir
,ensure_safe_environment_variables
,with_csv_dialect
,use_numexpr
-
pandas-1.3.3/pandas/_testing/compat.py
(262 characters, 30 words)
imported modules:
pandas
defined functions:
get_dtype
-
pandas-1.3.3/pandas/_testing/asserters.py
(47934 characters, 4588 words)
imported modules:
__future__
,typing
,warnings
,pandas._libs.lib
,pandas._libs.missing
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.missing
,pandas
,pandas.core.algorithms
,pandas.core.arrays
,pandas.core.arrays.datetimelike
,pandas.core.arrays.string_
,pandas.io.formats.printing
defined functions:
assert_almost_equal
,_get_tol_from_less_precise
,_check_isinstance
,assert_dict_equal
,assert_index_equal
,assert_class_equal
,assert_attr_equal
,assert_is_valid_plot_return_object
,assert_is_sorted
,assert_categorical_equal
,assert_interval_array_equal
,assert_period_array_equal
,assert_datetime_array_equal
,assert_timedelta_array_equal
,raise_assert_detail
,assert_numpy_array_equal
,assert_extension_array_equal
,assert_series_equal
,assert_frame_equal
,assert_equal
,assert_sp_array_equal
,assert_contains_all
,assert_copy
,is_extension_array_dtype_and_needs_i8_conversion
-
pandas-1.3.3/pandas/_testing/__init__.py
(28713 characters, 2951 words)
imported modules:
__future__
,collections
,datetime
,decimal
,functools
,operator
,os
,re
,string
,typing
,warnings
,pandas._config.localization
,pandas._typing
,pandas.core.dtypes.common
,pandas
,pandas._testing._io
,pandas._testing._random
,pandas._testing._warnings
,pandas._testing.asserters
,pandas._testing.compat
,pandas._testing.contexts
,pandas.core.arrays
defined classes:
SubclassedSeries
,SubclassedDataFrame
,SubclassedCategorical
defined functions:
set_testing_mode
,reset_testing_mode
,reset_display_options
,equalContents
,box_expected
,to_array
,getCols
,makeStringIndex
,makeUnicodeIndex
,makeCategoricalIndex
,makeIntervalIndex
,makeBoolIndex
,makeNumericIndex
,makeIntIndex
,makeUIntIndex
,makeRangeIndex
,makeFloatIndex
,makeDateIndex
,makeTimedeltaIndex
,makePeriodIndex
,makeMultiIndex
,_make_timeseries
,index_subclass_makers_generator
,all_timeseries_index_generator
,makeFloatSeries
,makeStringSeries
,makeObjectSeries
,getSeriesData
,makeTimeSeries
,makePeriodSeries
,getTimeSeriesData
,getPeriodData
,makeTimeDataFrame
,makeDataFrame
,getMixedTypeDict
,makeMixedDataFrame
,makePeriodFrame
,makeCustomIndex
,makeCustomDataframe
,_create_missing_idx
,makeMissingDataframe
,test_parallel
,_make_skipna_wrapper
,convert_rows_list_to_csv_str
,external_error_raised
,get_cython_table_params
,get_op_from_name
,getitem
,setitem
,loc
,iloc
,at
,iat
-
pandas-1.3.3/pandas/_testing/_io.py
(11426 characters, 1306 words)
imported modules:
__future__
,bz2
,functools
,gzip
,typing
,zipfile
,pandas._typing
,pandas.compat
,pandas._testing._random
,pandas._testing.contexts
,pandas.io.common
defined functions:
_get_default_network_errors
,optional_args
,network
,can_connect
,round_trip_pickle
,round_trip_pathlib
,round_trip_localpath
,write_to_compressed
,close
-
pandas-1.3.3/pandas/tseries/api.py
(131 characters, 15 words)
imported modules:
pandas.tseries.frequencies
-
pandas-1.3.3/pandas/tseries/offsets.py
(1366 characters, 89 words)
imported modules:
pandas._libs.tslibs.offsets
-
pandas-1.3.3/pandas/tseries/holiday.py
(16784 characters, 1685 words)
imported modules:
__future__
,datetime
,warnings
,dateutil.relativedelta
,pandas.errors
,pandas
,pandas.tseries.offsets
defined classes:
Holiday
,HolidayCalendarMetaClass
,AbstractHolidayCalendar
,USFederalHolidayCalendar
defined functions:
next_monday
,next_monday_or_tuesday
,previous_friday
,sunday_to_monday
,weekend_to_monday
,nearest_workday
,next_workday
,previous_workday
,before_nearest_workday
,after_nearest_workday
,register
,get_calendar
,HolidayCalendarFactory
-
pandas-1.3.3/pandas/tseries/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tseries/frequencies.py
(17210 characters, 1849 words)
imported modules:
__future__
,warnings
,pandas._libs.algos
,pandas._libs.tslibs
,pandas._libs.tslibs.ccalendar
,pandas._libs.tslibs.fields
,pandas._libs.tslibs.offsets
,pandas._libs.tslibs.parsing
,pandas.util._decorators
,pandas.core.dtypes.common
,pandas.core.dtypes.generic
,pandas.core.algorithms
defined classes:
_FrequencyInferer
,_TimedeltaFrequencyInferer
defined functions:
get_period_alias
,get_offset
,infer_freq
,_is_multiple
,_maybe_add_count
,is_subperiod
,is_superperiod
,_maybe_coerce_freq
,_quarter_months_conform
,_is_annual
,_is_quarterly
,_is_monthly
,_is_weekly
-
pandas-1.3.3/pandas/compat/_optional.py
(4290 characters, 496 words)
imported modules:
__future__
,importlib
,sys
,types
,warnings
,pandas.util.version
defined functions:
get_version
,import_optional_dependency
-
pandas-1.3.3/pandas/compat/pickle_compat.py
(8712 characters, 765 words)
imported modules:
__future__
,contextlib
,copy
,io
,typing
,warnings
,pandas._libs.arrays
,pandas._libs.tslibs
,pandas
,pandas.core.arrays
,pandas.core.internals
defined classes:
_LoadSparseSeries
,_LoadSparseFrame
,Unpickler
defined functions:
load_reduce
,load_newobj
,load_newobj_ex
,load
,loads
,patch_pickle
-
pandas-1.3.3/pandas/compat/__init__.py
(3357 characters, 375 words)
imported modules:
platform
,sys
,warnings
,pandas._typing
,pandas.compat.numpy
,pandas.compat.pyarrow
defined functions:
set_function_name
,is_platform_little_endian
,is_platform_windows
,is_platform_linux
,is_platform_mac
,is_platform_arm
,import_lzma
,get_lzma_file
-
pandas-1.3.3/pandas/compat/chainmap.py
(1017 characters, 101 words)
imported modules:
typing
defined classes:
DeepChainMap
-
pandas-1.3.3/pandas/compat/pyarrow.py
(541 characters, 56 words)
imported modules:
pandas.util.version
-
pandas-1.3.3/pandas/compat/numpy/__init__.py
(1923 characters, 218 words)
imported modules:
re
,pandas.util.version
defined functions:
_tz_replacer
,np_datetime64_compat
,np_array_datetime64_compat
-
pandas-1.3.3/pandas/compat/numpy/function.py
(13003 characters, 1427 words)
imported modules:
__future__
,typing
,numpy
,pandas._libs.lib
,pandas.errors
,pandas.util._validators
defined classes:
CompatValidator
defined functions:
process_skipna
,validate_argmin_with_skipna
,validate_argmax_with_skipna
,validate_argsort_with_ascending
,validate_clip_with_axis
,validate_cum_func_with_skipna
,validate_take_with_convert
,validate_window_func
,validate_rolling_func
,validate_expanding_func
,validate_groupby_func
,validate_resampler_func
,validate_minmax_axis
-
pandas-1.3.3/pandas/arrays/__init__.py
(602 characters, 43 words)
imported modules:
pandas.core.arrays
-
pandas-1.3.3/pandas/tests/test_common.py
(5070 characters, 477 words)
imported modules:
collections
,functools
,string
,pytest
,pandas.compat
,pandas
,pandas.core
,pandas.util.version
defined classes:
TestIsBoolIndexer
defined functions:
test_get_callable_name
,test_any_none
,test_all_not_none
,test_random_state
,test_maybe_match_name
,test_standardize_mapping
,test_git_version
,test_version_tag
,test_serializable
-
pandas-1.3.3/pandas/tests/test_errors.py
(1670 characters, 144 words)
imported modules:
pytest
,pandas.errors
defined classes:
Foo
defined functions:
test_exception_importable
,test_catch_oob
,test_AbstractMethodError_classmethod
-
pandas-1.3.3/pandas/tests/test_flags.py
(1550 characters, 118 words)
imported modules:
pytest
defined classes:
TestFlags
-
pandas-1.3.3/pandas/tests/test_sorting.py
(18318 characters, 1632 words)
imported modules:
collections
,datetime
,itertools
,pytest
,pandas
,pandas.core.algorithms
,pandas.core.sorting
defined classes:
TestSorting
,TestMerge
,TestSafeSort
defined functions:
test_decons
,test_mixed_str_nan
-
pandas-1.3.3/pandas/tests/test_expressions.py
(12942 characters, 1051 words)
imported modules:
operator
,re
,pytest
,pandas.core.api
defined classes:
TestExpressions
-
pandas-1.3.3/pandas/tests/test_multilevel.py
(14728 characters, 1137 words)
imported modules:
pytest
,pandas
defined classes:
TestMultiLevel
,TestSorted
-
pandas-1.3.3/pandas/tests/test_nanops.py
(38532 characters, 2795 words)
imported modules:
functools
,operator
,warnings
,pytest
,pandas.core.dtypes.common
,pandas
,pandas.core.arrays
defined classes:
TestnanopsDataFrame
,TestEnsureNumeric
,TestNanvarFixedValues
,TestNanskewFixedValues
,TestNankurtFixedValues
,TestDatetime64NaNOps
defined functions:
skipna
,test_use_bottleneck
,test_numpy_ops
,test_nanops_independent_of_mask_param
-
pandas-1.3.3/pandas/tests/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/test_optional_dependency.py
(2552 characters, 203 words)
imported modules:
sys
,types
,pytest
,pandas.compat._optional
defined functions:
test_import_optional
,test_xlrd_version_fallback
,test_bad_version
,test_submodule
,test_no_version_raises
-
pandas-1.3.3/pandas/tests/test_downstream.py
(5581 characters, 532 words)
imported modules:
importlib
,subprocess
,sys
,pytest
,pandas
defined functions:
import_module
,df
,test_dask
,test_xarray
,test_xarray_cftimeindex_nearest
,test_oo_optimizable
,test_oo_optimized_datetime_index_unpickle
,test_statsmodels
,test_scikit_learn
,test_seaborn
,test_pandas_gbq
,test_pandas_datareader
,test_geopandas
,test_pyarrow
,test_missing_required_dependency
-
pandas-1.3.3/pandas/tests/test_take.py
(11950 characters, 1160 words)
imported modules:
datetime
,re
,pytest
,pandas._libs
defined classes:
TestTake
,TestExtensionTake
defined functions:
writeable
,dtype_can_hold_na
,dtype_fill_out_dtype
-
pandas-1.3.3/pandas/tests/test_register_accessor.py
(2663 characters, 230 words)
imported modules:
contextlib
,pytest
,pandas.core
defined classes:
MyAccessor
defined functions:
test_dirname_mixin
,ensure_removed
,test_register
,test_accessor_works
,test_overwrite_warns
,test_raises_attribute_error
-
pandas-1.3.3/pandas/tests/test_algos.py
(84888 characters, 7053 words)
imported modules:
datetime
,itertools
,struct
,pytest
,pandas.compat
,pandas.core.dtypes.common
,pandas
,pandas.core.arrays
defined classes:
TestFactorize
,TestUnique
,TestIsin
,TestValueCounts
,TestDuplicated
,TestHashTable
,TestRank
,TestTseriesUtil
,TestMode
,TestDiff
defined functions:
test_quantile
,test_unique_label_indices
,test_pad_backfill_object_segfault
,test_is_lexsorted
,test_groupsort_indexer
,test_infinity_sort
,test_infinity_against_nan
,test_ensure_platform_int
,test_int64_add_overflow
,test_union_with_duplicates
-
pandas-1.3.3/pandas/tests/test_aggregation.py
(2785 characters, 241 words)
imported modules:
pytest
,pandas.core.aggregation
defined functions:
test_maybe_mangle_lambdas_passthrough
,test_maybe_mangle_lambdas_listlike
,test_maybe_mangle_lambdas
,test_maybe_mangle_lambdas_args
,test_maybe_mangle_lambdas_named
,test_make_unique
-
pandas-1.3.3/pandas/tests/io/test_fsspec.py
(9082 characters, 613 words)
imported modules:
io
,pytest
,pandas
defined functions:
cleared_fs
,test_read_csv
,test_reasonable_error
,test_to_csv
,test_to_excel
,test_to_csv_fsspec_object
,test_csv_options
,test_excel_options
,test_to_parquet_new_file
,test_arrowparquet_options
,test_fastparquet_options
,test_from_s3_csv
,test_s3_protocols
,test_s3_parquet
,test_not_present_exception
,test_feather_options
,test_pickle_options
,test_json_options
,test_stata_options
,test_markdown_options
,test_non_fsspec_options
-
pandas-1.3.3/pandas/tests/io/test_common.py
(18769 characters, 1494 words)
imported modules:
codecs
,errno
,functools
,io
,mmap
,os
,pathlib
,tempfile
,pytest
,pandas.compat
defined classes:
CustomFSPath
,TestCommonIOCapabilities
,TestMMapWrapper
defined functions:
mmap_file
,test_is_fsspec_url
,test_codecs_encoding
,test_codecs_get_writer_reader
,test_explicit_encoding
,test_encoding_errors
,test_bad_encdoing_errors
,test_errno_attribute
-
pandas-1.3.3/pandas/tests/io/test_parquet.py
(37094 characters, 3070 words)
imported modules:
datetime
,io
,os
,pathlib
,warnings
,pytest
,pandas._config
,pandas.compat
,pandas.compat.pyarrow
,pandas.util.version
,pandas.io.parquet
defined classes:
Base
,TestBasic
,TestParquetPyArrow
,TestParquetFastParquet
defined functions:
engine
,pa
,fp
,df_compat
,df_cross_compat
,df_full
,timezone_aware_date_list
,check_round_trip
,test_invalid_engine
,test_options_py
,test_options_fp
,test_options_auto
,test_options_get_engine
,test_get_engine_auto_error_message
,test_cross_engine_pa_fp
,test_cross_engine_fp_pa
-
pandas-1.3.3/pandas/tests/io/test_html.py
(40117 characters, 2702 words)
imported modules:
functools
,importlib
,io
,os
,pathlib
,re
,threading
,urllib.error
,pytest
,pandas.compat
,pandas.errors
,pandas
,pandas.io.common
,pandas.io.html
,pandas.io.html
defined classes:
TestReadHtml
defined functions:
html_encoding_file
,assert_framelist_equal
,test_bs4_version_fails
,test_invalid_flavor
,test_same_ordering
-
pandas-1.3.3/pandas/tests/io/generate_legacy_storage_files.py
(9842 characters, 858 words)
imported modules:
datetime
,os
,pickle
,sys
,pandas
,pandas
,pandas.arrays
,pandas.tseries.offsets
defined functions:
_create_sp_series
,_create_sp_tsseries
,_create_sp_frame
,create_data
,create_pickle_data
,platform_name
,write_legacy_pickles
,write_legacy_file
-
pandas-1.3.3/pandas/tests/io/test_pickle.py
(19022 characters, 1511 words)
imported modules:
bz2
,datetime
,functools
,functools
,glob
,gzip
,io
,os
,pathlib
,pickle
,shutil
,warnings
,zipfile
,pytest
,pandas.compat
,pandas
,pandas.tseries.offsets
defined classes:
TestCompression
,TestProtocol
,MyTz
defined functions:
current_pickle_data
,compare_element
,compare
,compare_series_ts
,compare_series_dt_tz
,compare_series_cat
,compare_frame_dt_mixed_tzs
,compare_frame_cat_onecol
,compare_frame_cat_and_float
,compare_index_period
,legacy_pickle
,test_pickles
,python_pickler
,python_unpickler
,test_round_trip_current
,test_pickle_path_pathlib
,test_pickle_path_localpath
,test_legacy_sparse_warning
,get_random_path
,test_unicode_decode_error
,test_pickle_buffer_roundtrip
,test_pickle_generalurl_read
,test_pickle_fsspec_roundtrip
,test_read_pickle_with_subclass
,test_pickle_binary_object_compression
,test_pickle_dataframe_with_multilevel_index
,test_pickle_timeseries_periodindex
,test_pickle_preserve_name
,test_pickle_datetimes
,test_pickle_strings
,test_pickle_preserves_block_ndim
,test_pickle_big_dataframe_compression
,test_pickle_frame_v124_unpickle_130
-
pandas-1.3.3/pandas/tests/io/test_feather.py
(6734 characters, 509 words)
imported modules:
pytest
,pandas.io.feather_format
defined classes:
TestFeather
-
pandas-1.3.3/pandas/tests/io/test_sql.py
(109666 characters, 8530 words)
imported modules:
csv
,datetime
,io
,sqlite3
,warnings
,pytest
,pandas.core.dtypes.common
,pandas
,pandas.io.sql
defined classes:
MixInBase
,MySQLMixIn
,SQLiteMixIn
,SQLAlchemyMixIn
,PandasSQLTest
,_TestSQLApi
,TestSQLApi
,_EngineToConnMixin
,TestSQLApiConn
,TestSQLiteFallbackApi
,_TestSQLAlchemy
,_TestSQLAlchemyConn
,_TestSQLiteAlchemy
,_TestMySQLAlchemy
,_TestPostgreSQLAlchemy
,TestMySQLAlchemy
,TestMySQLAlchemyConn
,TestPostgreSQLAlchemy
,TestPostgreSQLAlchemyConn
,TestSQLiteAlchemy
,TestSQLiteAlchemyConn
,TestSQLiteFallback
,TestXSQLite
,TestXMySQL
defined functions:
date_format
,format_query
,tquery
-
pandas-1.3.3/pandas/tests/io/test_date_converters.py
(1368 characters, 133 words)
imported modules:
datetime
defined functions:
test_parse_date_time
,test_parse_date_fields
,test_parse_all_fields
-
pandas-1.3.3/pandas/tests/io/test_spss.py
(2745 characters, 230 words)
imported modules:
pathlib
,pytest
defined functions:
test_spss_labelled_num
,test_spss_labelled_num_na
,test_spss_labelled_str
,test_spss_umlauts
,test_spss_usecols
-
pandas-1.3.3/pandas/tests/io/test_stata.py
(79858 characters, 6291 words)
imported modules:
bz2
,datetime
,gzip
,io
,lzma
,os
,struct
,warnings
,zipfile
,pytest
,pandas.core.dtypes.common
,pandas.core.frame
,pandas.io.parsers
,pandas.io.stata
defined classes:
TestStata
defined functions:
mixed_frame
,dirpath
,parsed_114
,test_backward_compat
,test_compression
,test_compression_dict
,test_chunked_categorical
,test_chunked_categorical_partial
,test_iterator_errors
,test_iterator_value_labels
,test_precision_loss
,test_compression_roundtrip
,test_stata_compression
-
pandas-1.3.3/pandas/tests/io/test_gbq.py
(6510 characters, 438 words)
imported modules:
datetime
,os
,platform
,random
,string
,pytest
,pytz
,pandas
defined classes:
TestToGBQIntegrationWithServiceAccountKeyPath
defined functions:
_skip_if_no_project_id
,_skip_if_no_private_key_path
,_get_project_id
,_get_private_key_path
,_get_credentials
,_get_client
,generate_rand_str
,make_mixed_dataframe_v2
,test_read_gbq_without_deprecated_kwargs
,test_read_gbq_with_new_kwargs
,test_read_gbq_without_new_kwargs
,test_read_gbq_progress_bar_type_kwarg
-
pandas-1.3.3/pandas/tests/io/test_user_agent.py
(10977 characters, 733 words)
imported modules:
gzip
,http.server
,io
,threading
,pytest
defined classes:
BaseUserAgentResponder
,CSVUserAgentResponder
,GzippedCSVUserAgentResponder
,JSONUserAgentResponder
,GzippedJSONUserAgentResponder
,ParquetPyArrowUserAgentResponder
,ParquetFastParquetUserAgentResponder
,PickleUserAgentResponder
,StataUserAgentResponder
,AllHeaderCSVResponder
defined functions:
test_server_and_default_headers
,test_server_and_custom_headers
,test_server_and_all_custom_headers
,test_to_parquet_to_disk_with_storage_options
-
pandas-1.3.3/pandas/tests/io/__init__.py
(852 characters, 68 words)
imported modules:
pytest
-
pandas-1.3.3/pandas/tests/io/conftest.py
(4527 characters, 400 words)
imported modules:
logging
,os
,shlex
,subprocess
,time
,pytest
,pandas.io.parsers
defined functions:
tips_file
,jsonl_file
,salaries_table
,feather_file
,s3so
,s3_base
,s3_resource
-
pandas-1.3.3/pandas/tests/io/test_gcs.py
(5220 characters, 448 words)
imported modules:
io
,os
,pytest
,pandas
defined functions:
gcs_buffer
,test_to_read_gcs
,assert_equal_zip_safe
,test_to_csv_compression_encoding_gcs
,test_to_parquet_gcs_new_file
,test_gcs_not_present_exception
-
pandas-1.3.3/pandas/tests/io/test_orc.py
(6430 characters, 404 words)
imported modules:
datetime
,os
,pytest
,pandas
defined functions:
dirpath
,test_orc_reader_empty
,test_orc_reader_basic
,test_orc_reader_decimal
,test_orc_reader_date_low
,test_orc_reader_date_high
,test_orc_reader_snappy_compressed
-
pandas-1.3.3/pandas/tests/io/test_compression.py
(8199 characters, 690 words)
imported modules:
io
,os
,pathlib
,subprocess
,sys
,textwrap
,time
,pytest
defined functions:
test_compression_size
,test_compression_size_fh
,test_dataframe_compression_defaults_to_infer
,test_series_compression_defaults_to_infer
,test_compression_warning
,test_compression_binary
,test_gzip_reproducibility_file_name
,test_gzip_reproducibility_file_object
,test_with_missing_lzma
,test_with_missing_lzma_runtime
,test_gzip_compression_level
,test_bzip_compression_level
-
pandas-1.3.3/pandas/tests/io/test_clipboard.py
(9659 characters, 772 words)
imported modules:
textwrap
,pytest
,pandas
,pandas.io.clipboard
defined classes:
TestClipboard
defined functions:
build_kwargs
,df
,mock_clipboard
,test_mock_clipboard
,test_raw_roundtrip
-
pandas-1.3.3/pandas/tests/io/test_s3.py
(1535 characters, 139 words)
imported modules:
io
,os
,pytest
,pandas
defined functions:
test_streaming_s3_objects
,test_read_without_creds_from_pub_bucket
,test_read_with_creds_from_pub_bucket
-
pandas-1.3.3/pandas/tests/io/sas/test_xport.py
(5394 characters, 475 words)
imported modules:
os
,pytest
,pandas.io.sas.sasreader
defined classes:
TestXport
defined functions:
numeric_as_float
-
pandas-1.3.3/pandas/tests/io/sas/test_sas7bdat.py
(12832 characters, 1147 words)
imported modules:
datetime
,io
,os
,pathlib
,dateutil.parser
,pytest
,pandas.errors
defined classes:
TestSAS7BDAT
defined functions:
test_encoding_options
,test_productsales
,test_12659
,test_airline
,test_date_time
,test_compact_numerical_values
,test_many_columns
,test_inconsistent_number_of_rows
,test_zero_variables
,test_corrupt_read
,round_datetime_to_ms
,test_max_sas_date
,test_max_sas_date_iterator
,test_null_date
-
pandas-1.3.3/pandas/tests/io/sas/test_sas.py
(695 characters, 72 words)
imported modules:
io
,pytest
,pandas
defined classes:
TestSas
-
pandas-1.3.3/pandas/tests/io/sas/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/io/pytables/test_compat.py
(2633 characters, 248 words)
imported modules:
pytest
,pandas.tests.io.pytables.common
defined classes:
TestReadPyTablesHDF5
defined functions:
pytables_hdf5_file
-
pandas-1.3.3/pandas/tests/io/pytables/test_timezones.py
(11378 characters, 968 words)
imported modules:
datetime
,pytest
,pandas._libs.tslibs.timezones
,pandas
,pandas.tests.io.pytables.common
defined functions:
_compare_with_tz
,test_append_with_timezones
,test_append_with_timezones_as_index
,test_roundtrip_tz_aware_index
,test_store_index_name_with_tz
,test_tseries_select_index_column
,test_timezones_fixed_format_frame_non_empty
,test_timezones_fixed_format_empty
,test_timezones_fixed_format_series_nonempty
,test_fixed_offset_tz
,test_store_timezone
,test_legacy_datetimetz_object
,test_dst_transitions
,test_read_with_where_tz_aware_index
,test_py2_created_with_datetimez
-
pandas-1.3.3/pandas/tests/io/pytables/test_keys.py
(2376 characters, 195 words)
imported modules:
pytest
,pandas
,pandas.tests.io.pytables.common
defined functions:
test_keys
,test_non_pandas_keys
,test_keys_illegal_include_keyword_value
,test_keys_ignore_hdf_softlink
-
pandas-1.3.3/pandas/tests/io/pytables/test_categorical.py
(7182 characters, 639 words)
imported modules:
pytest
,pandas
,pandas.tests.io.pytables.common
defined functions:
test_categorical
,test_categorical_conversion
,test_categorical_nan_only_columns
,test_convert_value
-
pandas-1.3.3/pandas/tests/io/pytables/test_errors.py
(7766 characters, 682 words)
imported modules:
datetime
,io
,re
,warnings
,pytest
,pandas
,pandas.tests.io.pytables.common
,pandas.io.pytables
defined functions:
test_pass_spec_to_storer
,test_table_index_incompatible_dtypes
,test_unimplemented_dtypes_table_columns
,test_invalid_terms
,test_append_with_diff_col_name_types_raises_value_error
,test_invalid_complib
,test_to_hdf_multiindex_extension_dtype
,test_unsuppored_hdf_file_error
,test_read_hdf_errors
,test_read_hdf_generic_buffer_errors
,test_maybe_adjust_name_bad_version_raises
-
pandas-1.3.3/pandas/tests/io/pytables/test_append.py
(33896 characters, 2774 words)
imported modules:
datetime
,datetime
,re
,warnings
,pytest
,pandas._libs.tslibs
,pandas
,pandas.tests.io.pytables.common
defined functions:
test_append
,test_append_series
,test_append_some_nans
,test_append_all_nans
,test_append_frame_column_oriented
,test_append_with_different_block_ordering
,test_append_with_strings
,test_append_with_empty_string
,test_append_with_data_columns
,test_append_hierarchical
,test_append_misc
,test_append_raise
,test_append_with_timedelta
,test_append_to_multiple
,test_append_to_multiple_dropna
,test_append_to_multiple_dropna_false
,test_append_to_multiple_min_itemsize
-
pandas-1.3.3/pandas/tests/io/pytables/test_select.py
(33470 characters, 2903 words)
imported modules:
warnings
,pytest
,pandas._libs.tslibs
,pandas
,pandas.tests.io.pytables.common
,pandas.io.pytables
defined functions:
test_select_columns_in_where
,test_select_with_dups
,test_select
,test_select_dtypes
,test_select_with_many_inputs
,test_select_iterator
,test_select_iterator_complete_8014
,test_select_iterator_non_complete_8014
,test_select_iterator_many_empty_frames
,test_frame_select
,test_frame_select_complex
,test_frame_select_complex2
,test_invalid_filtering
,test_string_select
,test_select_as_multiple
,test_nan_selection_bug_4858
,test_query_with_nested_special_character
,test_query_long_float_literal
,test_query_compare_column_type
,test_select_empty_where
-
pandas-1.3.3/pandas/tests/io/pytables/test_put.py
(11467 characters, 917 words)
imported modules:
datetime
,re
,warnings
,pytest
,pandas._libs.tslibs
,pandas
,pandas.tests.io.pytables.common
defined functions:
test_format_type
,test_format_kwarg_in_constructor
,test_api_default_format
,test_put
,test_put_string_index
,test_put_compression
,test_put_compression_blosc
,test_put_mixed_type
,test_store_index_types
,test_column_multiindex
,test_store_multiindex
-
pandas-1.3.3/pandas/tests/io/pytables/test_pytables_missing.py
(341 characters, 31 words)
imported modules:
pytest
defined functions:
test_pytables_raises
-
pandas-1.3.3/pandas/tests/io/pytables/test_store.py
(31898 characters, 2550 words)
imported modules:
datetime
,hashlib
,os
,time
,warnings
,pytest
,pandas
,pandas.tests.io.pytables.common
,pandas.io.pytables
defined functions:
test_context
,test_no_track_times
,test_iter_empty
,test_repr
,test_contains
,test_versioning
,test_walk
,test_getattr
,test_store_dropna
,test_to_hdf_with_min_itemsize
,test_to_hdf_errors
,test_create_table_index
,test_create_table_index_data_columns_argument
,test_mi_data_columns
,test_table_mixed_dtypes
,test_calendar_roundtrip_issue
,test_remove
,test_same_name_scoping
,test_store_index_name
,test_store_index_name_numpy_str
,test_store_series_name
,test_overwrite_node
,test_coordinates
,test_start_stop_table
,test_start_stop_multiple
,test_start_stop_fixed
,test_select_filter_corner
,test_path_pathlib
,test_contiguous_mixed_data_table
,test_path_pathlib_hdfstore
,test_pickle_path_localpath
,test_path_localpath_hdfstore
,test_copy
,test_duplicate_column_name
,test_preserve_timedeltaindex_type
,test_columns_multiindex_modified
,test_to_hdf_with_object_column_names
-
pandas-1.3.3/pandas/tests/io/pytables/test_round_trip.py
(17749 characters, 1355 words)
imported modules:
datetime
,re
,warnings
,pytest
,pandas._libs.tslibs
,pandas
,pandas.tests.io.pytables.common
defined functions:
test_conv_read_write
,test_long_strings
,test_api
,test_get
,test_put_integer
,test_table_values_dtypes_roundtrip
,test_series
,test_float_index
,test_tuple_index
,test_index_types
,test_timeseries_preepoch
,test_frame
,test_empty_series_frame
,test_empty_series
,test_can_serialize_dates
,test_store_hierarchical
,test_store_mixed
,_check_roundtrip
,_check_double_roundtrip
,_check_roundtrip_table
,test_unicode_index
,test_unicode_longer_encoded
,test_store_datetime_mixed
,test_round_trip_equals
-
pandas-1.3.3/pandas/tests/io/pytables/test_retain_attributes.py
(3375 characters, 245 words)
imported modules:
warnings
,pytest
,pandas._libs.tslibs
,pandas
,pandas.tests.io.pytables.common
defined functions:
test_retain_index_attributes
,test_retain_index_attributes2
-
pandas-1.3.3/pandas/tests/io/pytables/__init__.py
(508 characters, 35 words)
imported modules:
pytest
-
pandas-1.3.3/pandas/tests/io/pytables/conftest.py
(320 characters, 26 words)
imported modules:
pytest
defined functions:
setup_path
,setup_mode
-
pandas-1.3.3/pandas/tests/io/pytables/test_file_handling.py
(13557 characters, 1156 words)
imported modules:
os
,pytest
,pandas.compat
,pandas
,pandas.tests.io.pytables.common
,pandas.io.pytables
defined functions:
test_mode
,test_reopen_handle
,test_open_args
,test_flush
,test_complibs_default_settings
,test_complibs
,test_encoding
,test_latin_encoding
,test_multiple_open_close
,test_fspath
-
pandas-1.3.3/pandas/tests/io/pytables/test_complex.py
(6245 characters, 600 words)
imported modules:
warnings
,pytest
,pandas
,pandas.tests.io.pytables.common
,pandas.io.pytables
defined functions:
test_complex_fixed
,test_complex_table
,test_complex_mixed_fixed
,test_complex_mixed_table
,test_complex_across_dimensions_fixed
,test_complex_across_dimensions
,test_complex_indexing_error
,test_complex_series_error
,test_complex_append
-
pandas-1.3.3/pandas/tests/io/pytables/test_time_series.py
(1948 characters, 157 words)
imported modules:
datetime
,pytest
,pandas
,pandas.tests.io.pytables.common
defined functions:
test_store_datetime_fractional_secs
,test_tseries_indices_series
,test_tseries_indices_frame
-
pandas-1.3.3/pandas/tests/io/pytables/common.py
(2068 characters, 219 words)
imported modules:
contextlib
,os
,tempfile
,pytest
,pandas.io.pytables
defined functions:
safe_remove
,safe_close
,create_tempfile
,ensure_clean_store
,ensure_clean_path
,_maybe_remove
-
pandas-1.3.3/pandas/tests/io/pytables/test_subclass.py
(1474 characters, 120 words)
imported modules:
pandas
,pandas.tests.io.pytables.common
,pandas.io.pytables
defined classes:
TestHDFStoreSubclass
-
pandas-1.3.3/pandas/tests/io/pytables/test_read.py
(11428 characters, 973 words)
imported modules:
pathlib
,re
,pytest
,pandas._libs.tslibs
,pandas.compat
,pandas
,pandas.tests.io.pytables.common
,pandas.io.pytables
defined functions:
test_read_missing_key_close_store
,test_read_missing_key_opened_store
,test_read_column
,test_pytables_native_read
,test_pytables_native2_read
,test_legacy_table_fixed_format_read_py2
,test_legacy_table_fixed_format_read_datetime_py2
,test_legacy_table_read_py2
,test_read_hdf_open_store
,test_read_hdf_iterator
,test_read_nokey
,test_read_nokey_table
,test_read_nokey_empty
,test_read_from_pathlib_path
,test_read_from_py_localpath
,test_read_hdf_series_mode_r
,test_read_py2_hdf_file_in_py3
-
pandas-1.3.3/pandas/tests/io/parser/test_header.py
(16331 characters, 1475 words)
imported modules:
collections
,io
,pytest
,pandas.errors
,pandas
defined functions:
test_read_with_bad_header
,test_negative_header
,test_negative_multi_index_header
,test_bool_header_arg
,test_no_header_prefix
,test_header_with_index_col
,test_header_not_first_line
,test_header_multi_index
,test_header_multi_index_invalid
,test_header_multi_index_common_format1
,test_header_multi_index_common_format2
,test_header_multi_index_common_format3
,test_header_multi_index_common_format_malformed1
,test_header_multi_index_common_format_malformed2
,test_header_multi_index_common_format_malformed3
,test_header_multi_index_blank_line
,test_header_names_backward_compat
,test_read_only_header_no_rows
,test_no_header
,test_non_int_header
,test_singleton_header
,test_mangles_multi_index
,test_multi_index_unnamed
,test_read_csv_multiindex_columns
-
pandas-1.3.3/pandas/tests/io/parser/test_parse_dates.py
(49817 characters, 3937 words)
imported modules:
datetime
,io
,hypothesis
,pytest
,pytz
,pandas._libs.tslibs
,pandas._libs.tslibs.parsing
,pandas.compat
,pandas
,pandas.core.indexes.datetimes
defined functions:
test_read_csv_with_custom_date_parser
,test_separator_date_conflict
,test_multiple_date_col_custom
,test_concat_date_col_fail
,test_multiple_date_col
,test_date_col_as_index_col
,test_multiple_date_cols_int_cast
,test_multiple_date_col_timestamp_parse
,test_multiple_date_cols_with_header
,test_multiple_date_col_name_collision
,test_date_parser_int_bug
,test_nat_parse
,test_csv_custom_parser
,test_parse_dates_implicit_first_col
,test_parse_dates_string
,test_yy_format_with_year_first
,test_parse_dates_column_list
,test_multi_index_parse_dates
,test_parse_dates_custom_euro_format
,test_parse_tz_aware
,test_multiple_date_cols_index
,test_multiple_date_cols_chunked
,test_multiple_date_col_named_index_compat
,test_multiple_date_col_multiple_index_compat
,test_read_with_parse_dates_scalar_non_bool
,test_read_with_parse_dates_invalid_type
,test_bad_date_parse
,test_parse_dates_empty_string
,test_parse_dates_no_convert_thousands
,test_parse_date_time_multi_level_column_name
,test_parse_date_time
,test_parse_date_fields
,test_parse_date_all_fields
,test_datetime_fractional_seconds
,test_generic
,test_date_parser_resolution_if_not_ns
,test_parse_date_column_with_empty_string
,test_parse_date_float
,test_parse_timezone
,test_invalid_parse_delimited_date
,test_parse_delimited_date_swap
,_helper_hypothesis_delimited_date
,test_hypothesis_delimited_date
,test_missing_parse_dates_column_raises
,test_date_parser_and_names
,test_date_parser_usecols_thousands
-
pandas-1.3.3/pandas/tests/io/parser/test_multi_thread.py
(3625 characters, 376 words)
imported modules:
contextlib
,io
,multiprocessing.pool
,pytest
,pandas
defined functions:
_construct_dataframe
,test_multi_thread_string_io_read_csv
,_generate_multi_thread_dataframe
,test_multi_thread_path_multipart_read_csv
-
pandas-1.3.3/pandas/tests/io/parser/test_comment.py
(4669 characters, 477 words)
imported modules:
io
,pytest
,pandas
defined functions:
test_comment
,test_line_comment
,test_comment_skiprows
,test_comment_header
,test_comment_skiprows_header
,test_custom_comment_char
,test_comment_first_line
,test_comment_char_in_default_value
-
pandas-1.3.3/pandas/tests/io/parser/test_dialect.py
(4104 characters, 360 words)
imported modules:
csv
,io
,pytest
,pandas.errors
,pandas
defined functions:
custom_dialect
,test_dialect
,test_dialect_str
,test_invalid_dialect
,test_dialect_conflict_except_delimiter
,test_dialect_conflict_delimiter
-
pandas-1.3.3/pandas/tests/io/parser/test_textreader.py
(10812 characters, 907 words)
imported modules:
io
,os
,pytest
,pandas._libs.parsers
,pandas
,pandas.io.parsers
,pandas.io.parsers.c_parser_wrapper
defined classes:
TestTextReader
defined functions:
assert_array_dicts_equal
-
pandas-1.3.3/pandas/tests/io/parser/test_network.py
(11220 characters, 909 words)
imported modules:
io
,logging
,pytest
,pandas
,pandas.io.feather_format
,pandas.io.parsers
defined classes:
TestS3
defined functions:
test_compressed_urls
,check_compressed_urls
,test_url_encoding_csv
,tips_df
-
pandas-1.3.3/pandas/tests/io/parser/test_skiprows.py
(7020 characters, 693 words)
imported modules:
datetime
,io
,pytest
,pandas.errors
,pandas
defined functions:
test_skip_rows_bug
,test_deep_skip_rows
,test_skip_rows_blank
,test_skip_row_with_newline
,test_skip_row_with_quote
,test_skip_row_with_newline_and_quote
,test_skiprows_lineterminator
,test_skiprows_infield_quote
,test_skip_rows_callable
,test_skip_rows_skip_all
,test_skip_rows_bad_callable
-
pandas-1.3.3/pandas/tests/io/parser/test_quoting.py
(5084 characters, 490 words)
imported modules:
csv
,io
,pytest
,pandas.errors
,pandas
defined functions:
test_bad_quote_char
,test_bad_quoting
,test_quote_char_basic
,test_quote_char_various
,test_null_quote_char
,test_quoting_various
,test_double_quote
,test_quotechar_unicode
,test_unbalanced_quoting
-
pandas-1.3.3/pandas/tests/io/parser/test_index_col.py
(8443 characters, 746 words)
imported modules:
io
,pytest
,pandas
defined functions:
test_index_col_named
,test_index_col_named2
,test_index_col_is_true
,test_infer_index_col
,test_index_col_empty_data
,test_empty_with_index_col_false
,test_multi_index_naming
,test_multi_index_naming_not_all_at_beginning
,test_no_multi_index_level_names_empty
,test_header_with_index_col
,test_index_col_large_csv
,test_index_col_multiindex_columns_no_data
,test_index_col_header_no_data
,test_multiindex_columns_no_data
,test_multiindex_columns_index_col_with_data
-
pandas-1.3.3/pandas/tests/io/parser/test_mangle_dupes.py
(3863 characters, 362 words)
imported modules:
io
,pytest
,pandas
defined functions:
test_basic
,test_basic_names
,test_basic_names_raise
,test_thorough_mangle_columns
,test_thorough_mangle_names
,test_mangled_unnamed_placeholders
-
pandas-1.3.3/pandas/tests/io/parser/test_unsupported.py
(4284 characters, 359 words)
imported modules:
io
,pytest
,pandas.errors
,pandas.io.parsers
defined classes:
TestUnsupportedFeatures
defined functions:
python_engine
-
pandas-1.3.3/pandas/tests/io/parser/test_encoding.py
(7756 characters, 676 words)
imported modules:
io
,os
,tempfile
,pytest
,pandas
defined functions:
test_bytes_io_input
,test_read_csv_unicode
,test_utf16_bom_skiprows
,test_utf16_example
,test_unicode_encoding
,test_utf8_bom
,test_read_csv_utf_aliases
,test_binary_mode_file_buffers
,test_encoding_temp_file
,test_encoding_named_temp_file
,test_parse_encoded_special_characters
,test_encoding_memory_map
,test_not_readable
-
pandas-1.3.3/pandas/tests/io/parser/test_read_fwf.py
(21080 characters, 2028 words)
imported modules:
datetime
,io
,pathlib
,pytest
,pandas.errors
,pandas
,pandas.io.parsers
defined functions:
test_basic
,test_colspecs
,test_widths
,test_non_space_filler
,test_over_specified
,test_under_specified
,test_read_csv_compat
,test_bytes_io_input
,test_fwf_colspecs_is_list_or_tuple
,test_fwf_colspecs_is_list_or_tuple_of_two_element_tuples
,test_fwf_colspecs_none
,test_fwf_colspecs_infer_nrows
,test_fwf_regression
,test_fwf_for_uint8
,test_fwf_comment
,test_fwf_skip_blank_lines
,test_fwf_thousands
,test_bool_header_arg
,test_full_file
,test_full_file_with_missing
,test_full_file_with_spaces
,test_full_file_with_spaces_and_missing
,test_messed_up_data
,test_multiple_delimiters
,test_variable_width_unicode
,test_dtype
,test_skiprows_inference
,test_skiprows_by_index_inference
,test_skiprows_inference_empty
,test_whitespace_preservation
,test_default_delimiter
,test_fwf_compression
,test_binary_mode
,test_encoding_mmap
-
pandas-1.3.3/pandas/tests/io/parser/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/io/parser/conftest.py
(5006 characters, 462 words)
imported modules:
__future__
,os
,pytest
,pandas
defined classes:
BaseParser
,CParser
,CParserHighMemory
,CParserLowMemory
,PythonParser
defined functions:
csv_dir_path
,csv1
,all_parsers
,c_parser_only
,python_parser_only
,_get_all_parser_float_precision_combinations
,all_parsers_all_precisions
,utf_value
,encoding_fmt
,numeric_decimal
-
pandas-1.3.3/pandas/tests/io/parser/test_compression.py
(5128 characters, 423 words)
imported modules:
os
,pathlib
,zipfile
,pytest
,pandas
defined functions:
buffer
,parser_and_data
,test_zip
,test_zip_error_multiple_files
,test_zip_error_no_files
,test_zip_error_invalid_zip
,test_compression
,test_infer_compression
,test_compression_utf_encoding
,test_invalid_compression
,test_ignore_compression_extension
-
pandas-1.3.3/pandas/tests/io/parser/test_python_parser_only.py
(9378 characters, 925 words)
imported modules:
csv
,io
,pytest
,pandas.errors
,pandas
defined functions:
test_default_separator
,test_invalid_skipfooter_non_int
,test_invalid_skipfooter_negative
,test_sniff_delimiter
,test_sniff_delimiter_comment
,test_sniff_delimiter_encoding
,test_single_line
,test_skipfooter
,test_decompression_regex_sep
,test_read_csv_buglet_4x_multi_index
,test_read_csv_buglet_4x_multi_index2
,test_skipfooter_with_decimal
,test_encoding_non_utf8_multichar_sep
,test_multi_char_sep_quotes
,test_none_delimiter
,test_skipfooter_bad_row
,test_malformed_skipfooter
-
pandas-1.3.3/pandas/tests/io/parser/test_c_parser_only.py
(21621 characters, 2080 words)
imported modules:
io
,mmap
,os
,tarfile
,pytest
,pandas.compat
,pandas.errors
,pandas
defined functions:
test_buffer_overflow
,test_buffer_rd_bytes
,test_delim_whitespace_custom_terminator
,test_dtype_and_names_error
,test_unsupported_dtype
,test_precise_conversion
,test_usecols_dtypes
,test_disable_bool_parsing
,test_custom_lineterminator
,test_parse_ragged_csv
,test_tokenize_CR_with_quoting
,test_grow_boundary_at_cap
,test_parse_trim_buffers
,test_internal_null_byte
,test_read_nrows_large
,test_float_precision_round_trip_with_text
,test_large_difference_in_columns
,test_data_after_quote
,test_comment_whitespace_delimited
,test_file_like_no_next
,test_buffer_rd_bytes_bad_unicode
,test_read_tarfile
,test_bytes_exceed_2gb
,test_chunk_whitespace_on_boundary
,test_file_handles_mmap
,test_file_binary_mode
,test_unix_style_breaks
,test_1000_sep_with_decimal
,test_float_precision_options
-
pandas-1.3.3/pandas/tests/io/parser/test_na_values.py
(15092 characters, 1386 words)
imported modules:
io
,pytest
,pandas._libs.parsers
,pandas
defined functions:
test_string_nas
,test_detect_string_na
,test_non_string_na_values
,test_default_na_values
,test_custom_na_values
,test_bool_na_values
,test_na_value_dict
,test_na_value_dict_multi_index
,test_na_values_keep_default
,test_no_na_values_no_keep_default
,test_no_keep_default_na_dict_na_values
,test_no_keep_default_na_dict_na_scalar_values
,test_no_keep_default_na_dict_na_values_diff_reprs
,test_na_values_na_filter_override
,test_na_trailing_columns
,test_na_values_scalar
,test_na_values_dict_aliasing
,test_na_values_dict_col_index
,test_na_values_uint64
,test_empty_na_values_no_default_with_index
,test_no_na_filter_on_index
,test_inf_na_values_with_int_index
,test_na_values_with_dtype_str_and_na_filter
,test_cast_NA_to_bool_raises_error
,test_str_nan_dropped
-
pandas-1.3.3/pandas/tests/io/parser/test_converters.py
(3998 characters, 368 words)
imported modules:
io
,dateutil.parser
,pytest
,pandas
defined functions:
test_converters_type_must_be_dict
,test_converters
,test_converters_no_implicit_conv
,test_converters_euro_decimal_format
,test_converters_corner_with_nans
,test_converter_index_col_bug
-
pandas-1.3.3/pandas/tests/io/parser/usecols/test_parse_dates.py
(3820 characters, 358 words)
imported modules:
io
,pytest
,pandas
defined functions:
test_usecols_with_parse_dates
,test_usecols_with_parse_dates2
,test_usecols_with_parse_dates3
,test_usecols_with_parse_dates4
,test_usecols_with_parse_dates_and_names
-
pandas-1.3.3/pandas/tests/io/parser/usecols/test_usecols_basic.py
(11404 characters, 1045 words)
imported modules:
io
,pytest
,pandas
defined functions:
test_raise_on_mixed_dtype_usecols
,test_usecols
,test_usecols_with_names
,test_usecols_relative_to_names
,test_usecols_relative_to_names2
,test_usecols_name_length_conflict
,test_usecols_single_string
,test_usecols_index_col_false
,test_usecols_index_col_conflict
,test_usecols_index_col_conflict2
,test_usecols_implicit_index_col
,test_usecols_regex_sep
,test_usecols_with_whitespace
,test_usecols_with_integer_like_header
,test_empty_usecols
,test_np_array_usecols
,test_callable_usecols
,test_incomplete_first_row
,test_uneven_length_cols
,test_raises_on_usecols_names_mismatch
,test_usecols_subset_names_mismatch_orig_columns
,test_usecols_indices_out_of_bounds
-
pandas-1.3.3/pandas/tests/io/parser/usecols/test_strings.py
(2564 characters, 222 words)
imported modules:
io
,pytest
,pandas
defined functions:
test_usecols_with_unicode_strings
,test_usecols_with_single_byte_unicode_strings
,test_usecols_with_mixed_encoding_strings
,test_usecols_with_multi_byte_characters
-
pandas-1.3.3/pandas/tests/io/parser/usecols/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/io/parser/dtypes/test_categorical.py
(8316 characters, 705 words)
imported modules:
io
,os
,pytest
,pandas.core.dtypes.dtypes
,pandas
defined functions:
test_categorical_dtype
,test_categorical_dtype_single
,test_categorical_dtype_unsorted
,test_categorical_dtype_missing
,test_categorical_dtype_high_cardinality_numeric
,test_categorical_dtype_utf16
,test_categorical_dtype_chunksize_infer_categories
,test_categorical_dtype_chunksize_explicit_categories
,test_categorical_dtype_latin1
,test_categorical_category_dtype
,test_categorical_category_dtype_unsorted
,test_categorical_coerces_numeric
,test_categorical_coerces_datetime
,test_categorical_coerces_timestamp
,test_categorical_coerces_timedelta
,test_categorical_dtype_coerces_boolean
,test_categorical_unexpected_categories
-
pandas-1.3.3/pandas/tests/io/parser/dtypes/test_empty.py
(5040 characters, 395 words)
imported modules:
io
,pytest
,pandas
defined functions:
test_dtype_all_columns_empty
,test_empty_pass_dtype
,test_empty_with_index_pass_dtype
,test_empty_with_multi_index_pass_dtype
,test_empty_with_mangled_column_pass_dtype_by_names
,test_empty_with_mangled_column_pass_dtype_by_indexes
,test_empty_with_dup_column_pass_dtype_by_indexes
,test_empty_with_dup_column_pass_dtype_by_indexes_raises
,test_empty_dtype
-
pandas-1.3.3/pandas/tests/io/parser/dtypes/test_dtypes_basic.py
(6994 characters, 569 words)
imported modules:
io
,pytest
,pandas.errors
,pandas
defined functions:
test_dtype_all_columns
,test_dtype_per_column
,test_invalid_dtype_per_column
,test_raise_on_passed_int_dtype_with_nas
,test_dtype_with_converters
,test_numeric_dtype
,test_boolean_dtype
,test_delimiter_with_usecols_and_parse_dates
,test_decimal_and_exponential
,test_1000_sep_decimal_float_precision
,decimal_number_check
,test_true_values_cast_to_bool
,test_dtype_mangle_dup_cols
,test_dtype_mangle_dup_cols_single_dtype
-
pandas-1.3.3/pandas/tests/io/parser/dtypes/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/io/parser/common/test_iterator.py
(2682 characters, 262 words)
imported modules:
io
,pytest
,pandas
defined functions:
test_iterator
,test_iterator2
,test_iterator_stop_on_chunksize
,test_iterator_skipfooter_errors
,test_iteration_open_handle
-
pandas-1.3.3/pandas/tests/io/parser/common/test_float.py
(2197 characters, 193 words)
imported modules:
io
,pytest
,pandas.compat
,pandas
defined functions:
test_float_parser
,test_scientific_no_exponent
,test_very_negative_exponent
,test_too_many_exponent_digits
-
pandas-1.3.3/pandas/tests/io/parser/common/test_chunksize.py
(6954 characters, 657 words)
imported modules:
io
,pytest
,pandas.errors
,pandas
defined functions:
test_read_chunksize_with_index
,test_read_chunksize_bad
,test_read_chunksize_and_nrows
,test_read_chunksize_and_nrows_changing_size
,test_get_chunk_passed_chunksize
,test_read_chunksize_compat
,test_read_chunksize_jagged_names
,test_chunk_begins_with_newline_whitespace
,test_chunks_have_consistent_numerical_type
,test_warn_if_chunks_have_mismatched_type
,test_empty_with_nrows_chunksize
,test_read_csv_memory_growth_chunksize
-
pandas-1.3.3/pandas/tests/io/parser/common/test_ints.py
(6230 characters, 508 words)
imported modules:
io
,pytest
,pandas
defined functions:
test_int_conversion
,test_parse_bool
,test_parse_integers_above_fp_precision
,test_integer_overflow_bug
,test_int64_min_issues
,test_int64_overflow
,test_int64_uint64_range
,test_outside_int64_uint64_range
,test_numeric_range_too_wide
,test_integer_precision
-
pandas-1.3.3/pandas/tests/io/parser/common/test_decimal.py
(1515 characters, 136 words)
imported modules:
io
,pytest
,pandas
defined functions:
test_1000_sep_with_decimal
,test_euro_decimal_format
-
pandas-1.3.3/pandas/tests/io/parser/common/test_common_basic.py
(25723 characters, 2287 words)
imported modules:
datetime
,inspect
,io
,os
,pathlib
,sys
,pytest
,pandas.errors
,pandas
,pandas.io.parsers
,pandas.io.parsers.c_parser_wrapper
defined functions:
test_override_set_noconvert_columns
,test_read_csv_local
,test_1000_sep
,test_squeeze
,test_unnamed_columns
,test_csv_mixed_type
,test_read_csv_low_memory_no_rows_with_index
,test_read_csv_dataframe
,test_read_nrows
,test_read_nrows_bad
,test_nrows_skipfooter_errors
,test_missing_trailing_delimiters
,test_skip_initial_space
,test_trailing_delimiters
,test_escapechar
,test_ignore_leading_whitespace
,test_uneven_lines_with_usecols
,test_read_empty_with_usecols
,test_trailing_spaces
,test_raise_on_sep_with_delim_whitespace
,test_single_char_leading_whitespace
,test_empty_lines
,test_whitespace_lines
,test_whitespace_regex_separator
,test_sub_character
,test_filename_with_special_chars
,test_read_table_same_signature_as_read_csv
,test_read_table_equivalency_to_read_csv
,test_read_csv_and_table_sys_setprofile
,test_first_row_bom
,test_first_row_bom_unquoted
,test_blank_lines_between_header_and_data_rows
,test_no_header_two_extra_columns
,test_read_csv_names_not_accepting_sets
,test_read_table_delim_whitespace_default_sep
,test_read_csv_delim_whitespace_non_default_sep
,test_read_csv_delimiter_and_sep_no_default
,test_read_csv_posargs_deprecation
,test_read_table_delim_whitespace_non_default_sep
,test_names_and_prefix_not_None_raises
,test_names_and_prefix_explicit_None
,test_dict_keys_as_names
,test_encoding_surrogatepass
,test_deprecated_bad_lines_warns
,test_malformed_second_line
,test_read_table_posargs_deprecation
-
pandas-1.3.3/pandas/tests/io/parser/common/test_file_buffer_url.py
(11860 characters, 1037 words)
imported modules:
io
,os
,platform
,urllib.error
,pytest
,pandas.errors
,pandas
defined functions:
test_url
,test_local_file
,test_path_path_lib
,test_path_local_path
,test_nonexistent_path
,test_no_permission
,test_eof_states
,test_temporary_file
,test_internal_eof_byte
,test_internal_eof_byte_to_file
,test_file_handle_string_io
,test_file_handles_with_open
,test_invalid_file_buffer_class
,test_invalid_file_buffer_mock
,test_valid_file_buffer_seems_invalid
,test_read_csv_file_handle
,test_memory_map_file_handle_silent_fallback
,test_memory_map_compression
,test_context_manager
,test_context_manageri_user_provided
,test_file_descriptor_leak
,test_memory_map
-
pandas-1.3.3/pandas/tests/io/parser/common/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/io/parser/common/test_data_list.py
(2028 characters, 190 words)
imported modules:
csv
,io
,pandas
,pandas.io.parsers
defined functions:
test_read_data_list
,test_reader_list
,test_reader_list_skiprows
,test_read_csv_parse_simple_list
-
pandas-1.3.3/pandas/tests/io/parser/common/test_index.py
(7657 characters, 678 words)
imported modules:
datetime
,io
,os
,pytest
,pandas
defined functions:
test_pass_names_with_index
,test_multi_index_no_level_names
,test_multi_index_no_level_names_implicit
,test_multi_index_blank_df
,test_no_unnamed_index
,test_read_duplicate_index_explicit
,test_read_duplicate_index_implicit
,test_read_csv_no_index_name
,test_empty_with_index
,test_empty_with_multi_index
,test_empty_with_reversed_multi_index
-
pandas-1.3.3/pandas/tests/io/parser/common/test_verbose.py
(1248 characters, 147 words)
imported modules:
io
defined functions:
test_verbose_read
,test_verbose_read2
-
pandas-1.3.3/pandas/tests/io/parser/common/test_read_errors.py
(7804 characters, 727 words)
imported modules:
codecs
,csv
,io
,os
,pathlib
,warnings
,pytest
,pandas.errors
,pandas
defined functions:
test_empty_decimal_marker
,test_bad_stream_exception
,test_malformed
,test_malformed_chunks
,test_catch_too_many_names
,test_raise_on_no_columns
,test_read_csv_raises_on_header_prefix
,test_unexpected_keyword_parameter_exception
,test_suppress_error_output
,test_error_bad_lines
,test_warn_bad_lines
,test_read_csv_wrong_num_columns
,test_null_byte_char
,test_open_file
,test_invalid_on_bad_line
,test_conflict_on_bad_line
-
pandas-1.3.3/pandas/tests/io/parser/common/test_inf.py
(1571 characters, 153 words)
imported modules:
io
,pytest
,pandas
defined functions:
test_inf_parsing
,test_infinity_parsing
,test_read_csv_with_use_inf_as_na
-
pandas-1.3.3/pandas/tests/io/excel/test_xlrd.py
(3056 characters, 235 words)
imported modules:
io
,pytest
,pandas.compat._optional
,pandas.tests.io.excel
,pandas.util.version
,pandas.io.excel
,pandas.io.excel._base
defined functions:
skip_ods_and_xlsb_files
,test_read_xlrd_book
,test_excel_file_warning_with_xlsx_file
,test_read_excel_warning_with_xlsx_file
,test_read_old_xls_files
-
pandas-1.3.3/pandas/tests/io/excel/test_style.py
(6534 characters, 559 words)
imported modules:
pytest
,pandas
,pandas.io.excel
,pandas.io.formats.excel
defined functions:
test_styler_to_excel
-
pandas-1.3.3/pandas/tests/io/excel/test_openpyxl.py
(10589 characters, 955 words)
imported modules:
pathlib
,re
,pytest
,pandas
,pandas.io.excel
defined functions:
test_to_excel_styleconverter
,test_write_cells_merge_styled
,test_kwargs
,test_engine_kwargs
,test_write_append_mode
,test_if_sheet_exists_append_modes
,test_if_sheet_exists_raises
,test_to_excel_with_openpyxl_engine
,test_read_workbook
,test_read_with_bad_dimension
,test_append_mode_file
,test_read_with_empty_trailing_rows
,test_read_empty_with_blank_row
-
pandas-1.3.3/pandas/tests/io/excel/test_readers.py
(55275 characters, 4504 words)
imported modules:
datetime
,functools
,os
,pathlib
,urllib.error
,zipfile
,pytest
,pandas
,pandas.tests.io.excel
,pandas.util.version
defined classes:
TestReaders
,TestExcelFileRead
defined functions:
_is_valid_engine_ext_pair
,_transfer_marks
,engine_and_read_ext
,engine
,read_ext
-
pandas-1.3.3/pandas/tests/io/excel/test_xlsxwriter.py
(2887 characters, 238 words)
imported modules:
re
,warnings
,pytest
,pandas
,pandas.io.excel
defined functions:
test_column_format
,test_write_append_mode_raises
,test_kwargs
,test_engine_kwargs
-
pandas-1.3.3/pandas/tests/io/excel/test_xlwt.py
(4032 characters, 366 words)
imported modules:
re
,pytest
,pandas
,pandas.io.excel
defined functions:
test_excel_raise_error_on_multiindex_columns_and_no_index
,test_excel_multiindex_columns_and_index_true
,test_excel_multiindex_index
,test_to_excel_styleconverter
,test_write_append_mode_raises
,test_to_excel_xlwt_warning
,test_option_xls_writer_deprecated
,test_kwargs
,test_engine_kwargs
-
pandas-1.3.3/pandas/tests/io/excel/__init__.py
(923 characters, 90 words)
imported modules:
pytest
,pandas.compat._optional
,pandas.util.version
-
pandas-1.3.3/pandas/tests/io/excel/conftest.py
(1355 characters, 133 words)
imported modules:
pytest
,pandas.io.parsers
defined functions:
frame
,tsframe
,merge_cells
,df_ref
,read_ext
,check_for_file_leaks
-
pandas-1.3.3/pandas/tests/io/excel/test_odf.py
(1102 characters, 101 words)
imported modules:
functools
,pytest
defined functions:
cd_and_set_engine
,test_read_invalid_types_raises
,test_read_writer_table
-
pandas-1.3.3/pandas/tests/io/excel/test_odswriter.py
(1339 characters, 124 words)
imported modules:
re
,pytest
,pandas.io.excel
defined functions:
test_write_append_mode_raises
,test_kwargs
,test_engine_kwargs
-
pandas-1.3.3/pandas/tests/io/excel/test_writers.py
(52173 characters, 4247 words)
imported modules:
datetime
,functools
,io
,os
,re
,pytest
,pandas
,pandas.io.excel
defined classes:
TestRoundTrip
,TestExcelWriter
,TestExcelWriterEngineTests
,TestFSPath
defined functions:
path
,set_engine
-
pandas-1.3.3/pandas/tests/io/json/test_json_table_schema.py
(28221 characters, 1963 words)
imported modules:
collections
,json
,sys
,pytest
,pandas.core.dtypes.dtypes
,pandas
,pandas.io.json._table_schema
defined classes:
TestBuildSchema
,TestTableSchemaType
,TestTableOrient
,TestTableOrientReader
-
pandas-1.3.3/pandas/tests/io/json/test_pandas.py
(62776 characters, 4820 words)
imported modules:
datetime
,datetime
,decimal
,io
,json
,os
,sys
,pytest
,pandas.compat
,pandas
defined classes:
TestPandasContainer
defined functions:
assert_json_roundtrip_equal
-
pandas-1.3.3/pandas/tests/io/json/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/io/json/test_normalize.py
(27710 characters, 2042 words)
imported modules:
json
,pytest
,pandas
,pandas.io.json._normalize
defined classes:
TestJSONNormalize
,TestNestedToRecord
defined functions:
deep_nested
,state_data
,author_missing_data
,missing_metadata
,max_level_test_input_data
-
pandas-1.3.3/pandas/tests/io/json/conftest.py
(205 characters, 20 words)
imported modules:
pytest
defined functions:
orient
-
pandas-1.3.3/pandas/tests/io/json/test_readlines.py
(9271 characters, 852 words)
imported modules:
io
,pathlib
,pytest
,pandas
,pandas.io.json._json
defined functions:
lines_json_df
,test_read_jsonl
,test_read_jsonl_unicode_chars
,test_to_jsonl
,test_to_jsonl_count_new_lines
,test_readjson_chunks
,test_readjson_chunksize_requires_lines
,test_readjson_chunks_series
,test_readjson_each_chunk
,test_readjson_chunks_from_file
,test_readjson_chunks_closes
,test_readjson_invalid_chunksize
,test_readjson_chunks_multiple_empty_lines
,test_readjson_unicode
,test_readjson_nrows
,test_readjson_nrows_chunks
,test_readjson_nrows_requires_lines
,test_readjson_lines_chunks_fileurl
,test_chunksize_is_incremental
-
pandas-1.3.3/pandas/tests/io/json/test_compression.py
(4301 characters, 345 words)
imported modules:
io
,pytest
defined functions:
test_compression_roundtrip
,test_read_zipped_json
,test_with_s3_url
,test_lines_with_compression
,test_chunksize_with_compression
,test_write_unsupported_compression_type
,test_read_unsupported_compression_type
,test_to_json_compression
,test_to_json_compression_mode
-
pandas-1.3.3/pandas/tests/io/json/test_ujson.py
(40629 characters, 3303 words)
imported modules:
calendar
,datetime
,decimal
,json
,locale
,math
,re
,sys
,time
,dateutil
,pytest
,pytz
,pandas.compat
,pandas
defined classes:
TestUltraJSONTests
,TestNumpyJSONTests
,TestPandasJSONTests
defined functions:
_clean_dict
,orient
,numpy
,get_int32_compat_dtype
-
pandas-1.3.3/pandas/tests/io/json/test_deprecated_kwargs.py
(1144 characters, 89 words)
imported modules:
pandas.io.json
defined functions:
test_deprecated_kwargs
,test_good_kwargs
-
pandas-1.3.3/pandas/tests/io/xml/test_xml.py
(34007 characters, 2651 words)
imported modules:
__future__
,io
,os
,urllib.error
,pytest
,pandas.compat
,pandas
,pandas.io.xml
defined functions:
mode
,parser
,test_parser_consistency_file
,test_parser_consistency_url
,test_file_like
,test_file_io
,test_file_buffered_reader_string
,test_file_buffered_reader_no_xml_declaration
,test_file_handle_close
,test_empty_string_lxml
,test_empty_string_etree
,test_wrong_file_path_lxml
,test_wrong_file_path_etree
,test_url
,test_wrong_url
,test_empty_xpath_lxml
,test_bad_xpath_etree
,test_bad_xpath_lxml
,test_default_namespace
,test_prefix_namespace
,test_consistency_default_namespace
,test_consistency_prefix_namespace
,test_missing_prefix_with_default_namespace
,test_missing_prefix_definition_etree
,test_missing_prefix_definition_lxml
,test_none_namespace_prefix
,test_file_elems_and_attrs
,test_file_only_attrs
,test_file_only_elems
,test_elem_and_attrs_only
,test_attribute_centric_xml
,test_names_option_output
,test_names_option_wrong_length
,test_names_option_wrong_type
,test_wrong_encoding
,test_utf16_encoding
,test_unknown_encoding
,test_ascii_encoding
,test_parser_consistency_with_encoding
,test_default_parser_no_lxml
,test_wrong_parser
,test_stylesheet_file
,test_stylesheet_file_like
,test_stylesheet_io
,test_stylesheet_buffered_reader
,test_not_stylesheet
,test_incorrect_xsl_syntax
,test_incorrect_xsl_eval
,test_incorrect_xsl_apply
,test_wrong_stylesheet
,test_stylesheet_file_close
,test_stylesheet_with_etree
,test_empty_stylesheet
,test_online_stylesheet
,test_compression_read
,test_wrong_compression_bz2
,test_wrong_compression_gz
,test_wrong_compression_xz
,test_wrong_compression_zip
,test_unsuported_compression
,test_s3_parser_consistency
-
pandas-1.3.3/pandas/tests/io/xml/test_to_xml.py
(34535 characters, 2526 words)
imported modules:
__future__
,io
,os
,pytest
,pandas.compat
,pandas
,pandas.io.common
,pandas.io.xml
defined functions:
equalize_decl
,mode
,parser
,test_file_output_str_read
,test_file_output_bytes_read
,test_str_output
,test_wrong_file_path
,test_index_false
,test_index_false_rename_row_root
,test_index_false_with_offset_input_index
,test_na_elem_output
,test_na_empty_str_elem_option
,test_na_empty_elem_option
,test_attrs_cols_nan_output
,test_attrs_cols_prefix
,test_attrs_unknown_column
,test_attrs_wrong_type
,test_elems_cols_nan_output
,test_elems_unknown_column
,test_elems_wrong_type
,test_elems_and_attrs_cols
,test_hierarchical_columns
,test_hierarchical_attrs_columns
,test_multi_index
,test_multi_index_attrs_cols
,test_default_namespace
,test_namespace_prefix
,test_missing_prefix_in_nmsp
,test_namespace_prefix_and_default
,test_encoding_option_str
,test_correct_encoding_file
,test_wrong_encoding_option_lxml
,test_misspelled_encoding
,test_xml_declaration_pretty_print
,test_no_pretty_print_with_decl
,test_no_pretty_print_no_decl
,test_default_parser_no_lxml
,test_unknown_parser
,test_stylesheet_file_like
,test_stylesheet_io
,test_stylesheet_buffered_reader
,test_stylesheet_wrong_path
,test_empty_string_stylesheet
,test_incorrect_xsl_syntax
,test_incorrect_xsl_eval
,test_incorrect_xsl_apply
,test_stylesheet_with_etree
,test_style_to_csv
,test_style_to_string
,test_style_to_json
,test_compression_output
,test_filename_and_suffix_comp
,test_unsuported_compression
,test_s3_permission_output
-
pandas-1.3.3/pandas/tests/io/formats/test_console.py
(2460 characters, 205 words)
imported modules:
locale
,pytest
,pandas._config
defined classes:
MockEncoding
defined functions:
test_detect_console_encoding_from_stdout_stdin
,test_detect_console_encoding_fallback_to_locale
,test_detect_console_encoding_fallback_to_default
-
pandas-1.3.3/pandas/tests/io/formats/test_to_string.py
(8606 characters, 929 words)
imported modules:
datetime
,io
,textwrap
,pytest
,pandas
defined functions:
test_repr_embedded_ndarray
,test_repr_tuples
,test_to_string_truncate
,test_format_remove_leading_space_series
,test_format_remove_leading_space_dataframe
,test_truncation_no_index
,test_to_string_unicode_columns
,test_to_string_utf8_columns
,test_to_string_unicode_two
,test_to_string_unicode_three
,test_to_string_with_formatters
,test_to_string_with_datetime64_monthformatter
,test_to_string_with_datetime64_hourformatter
,test_to_string_with_formatters_unicode
,test_to_string_complex_number_trims_zeros
,test_nullable_float_to_string
,test_nullable_int_to_string
,test_to_string_na_rep_and_float_format
-
pandas-1.3.3/pandas/tests/io/formats/test_to_csv.py
(24192 characters, 1973 words)
imported modules:
io
,os
,sys
,pytest
,pandas
defined classes:
TestToCSV
defined functions:
test_to_csv_iterative_compression_name
,test_to_csv_iterative_compression_buffer
-
pandas-1.3.3/pandas/tests/io/formats/test_to_latex.py
(45381 characters, 4456 words)
imported modules:
codecs
,datetime
,textwrap
,pytest
,pandas
,pandas.io.formats.format
,pandas.io.formats.latex
defined classes:
TestToLatex
,TestToLatexLongtable
,TestToLatexHeader
,TestToLatexBold
,TestToLatexCaptionLabel
,TestToLatexEscape
,TestToLatexPosition
,TestToLatexFormatters
,TestToLatexMultiindex
,TestTableBuilder
,TestRowStringConverter
defined functions:
_dedent
,df_short
-
pandas-1.3.3/pandas/tests/io/formats/test_to_excel.py
(12536 characters, 1050 words)
imported modules:
string
,pytest
,pandas.io.formats.css
,pandas.io.formats.excel
defined functions:
test_css_to_excel
,test_css_to_excel_multiple
,test_css_to_excel_inherited
,test_css_to_excel_good_colors
,test_css_to_excel_bad_colors
,tests_css_named_colors_valid
,test_css_named_colors_from_mpl_present
-
pandas-1.3.3/pandas/tests/io/formats/test_to_html.py
(27966 characters, 2516 words)
imported modules:
datetime
,io
,re
,pytest
,pandas
defined functions:
expected_html
,biggie_df_fixture
,justify
,test_to_html_with_col_space
,test_to_html_with_column_specific_col_space_raises
,test_to_html_with_column_specific_col_space
,test_to_html_with_empty_string_label
,test_to_html_unicode
,test_to_html_encoding
,test_to_html_decimal
,test_to_html_escaped
,test_to_html_multiindex_index_false
,test_to_html_multiindex_sparsify
,test_to_html_multiindex_odd_even_truncate
,test_to_html_formatters
,test_to_html_regression_GH6098
,test_to_html_truncate
,test_html_invalid_formatters_arg_raises
,test_to_html_truncate_formatter
,test_to_html_truncate_multi_index
,test_to_html_border
,test_to_html
,test_to_html_empty_dataframe
,test_to_html_filename
,test_to_html_with_no_bold
,test_to_html_columns_arg
,test_to_html_multiindex
,test_to_html_justify
,test_to_html_invalid_justify
,test_to_html_index
,test_to_html_with_classes
,test_to_html_no_index_max_rows
,test_to_html_multiindex_max_cols
,test_to_html_multi_indexes_index_false
,test_to_html_basic_alignment
,test_to_html_alignment_with_truncation
,test_to_html_truncation_index_false_max_rows
,test_to_html_truncation_index_false_max_cols
,test_to_html_notebook_has_style
,test_to_html_with_index_names_false
,test_to_html_with_id
,test_to_html_float_format_no_fixed_width
,test_to_html_render_links
,test_ignore_display_max_colwidth
,test_to_html_invalid_classes_type
,test_to_html_round_column_headers
,test_to_html_with_col_space_units
,test_html_repr_min_rows_default
,test_html_repr_min_rows
,test_to_html_multilevel
,test_to_html_na_rep_and_float_format
,test_to_html_float_format_object_col
-
pandas-1.3.3/pandas/tests/io/formats/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/io/formats/test_printing.py
(6791 characters, 604 words)
imported modules:
pytest
defined classes:
TestFormattBase
,TestTableSchemaRepr
defined functions:
test_adjoin
,test_repr_binary_type
-
pandas-1.3.3/pandas/tests/io/formats/test_format.py
(118755 characters, 10291 words)
imported modules:
datetime
,io
,itertools
,operator
,os
,pathlib
,re
,shutil
,sys
,textwrap
,dateutil
,pytest
,pytz
,pandas.compat
,pandas
defined classes:
TestDataFrameFormatting
,TestSeriesFormatting
,TestGenericArrayFormatter
,TestFloatArrayFormatter
,TestRepr_timedelta64
,TestTimedelta64Formatter
,TestDatetime64Formatter
,TestNaTFormatting
,TestDatetimeIndexFormat
,TestDatetimeIndexUnicode
,TestStringRepTimestamp
defined functions:
filepath_or_buffer_id
,filepath_or_buffer
,assert_filepath_or_buffer_equals
,curpath
,has_info_repr
,has_non_verbose_info_repr
,has_horizontally_truncated_repr
,has_vertically_truncated_repr
,has_truncated_repr
,has_doubly_truncated_repr
,has_expanded_repr
,gen_series_formatting
,_three_digit_exp
,test_format_percentiles
,test_format_percentiles_integer_idx
,test_repr_html_ipython_config
,test_filepath_or_buffer_arg
,test_filepath_or_buffer_bad_arg_raises
-
pandas-1.3.3/pandas/tests/io/formats/test_eng_formatting.py
(8341 characters, 1058 words)
imported modules:
pandas
defined classes:
TestEngFormatter
-
pandas-1.3.3/pandas/tests/io/formats/test_info.py
(14648 characters, 1419 words)
imported modules:
io
,re
,sys
,textwrap
,pytest
,pandas.compat
,pandas
defined functions:
duplicate_columns_frame
,test_info_empty
,test_info_categorical_column_smoke_test
,test_info_smoke_test
,test_info_default_verbose_selection
,test_info_verbose_check_header_separator_body
,test_info_verbose_with_counts_spacing
,test_info_memory
,test_info_wide
,test_info_duplicate_columns_shows_correct_dtypes
,test_info_shows_column_dtypes
,test_info_max_cols
,test_info_memory_usage
,test_info_memory_usage_deep_not_pypy
,test_info_memory_usage_deep_pypy
,test_usage_via_getsizeof
,test_info_memory_usage_qualified
,test_info_memory_usage_bug_on_multiindex
,test_info_categorical
,test_info_int_columns
-
pandas-1.3.3/pandas/tests/io/formats/test_css.py
(6703 characters, 551 words)
imported modules:
pytest
,pandas.io.formats.css
defined functions:
assert_resolves
,assert_same_resolution
,test_css_parse_normalisation
,test_css_parse_invalid
,test_css_side_shorthands
,test_css_precedence
,test_css_none_absent
,test_css_absolute_font_size
,test_css_relative_font_size
-
pandas-1.3.3/pandas/tests/io/formats/test_to_markdown.py
(2724 characters, 341 words)
imported modules:
io
,pytest
defined functions:
test_simple
,test_empty_frame
,test_other_tablefmt
,test_other_headers
,test_series
,test_no_buf
,test_index
-
pandas-1.3.3/pandas/tests/io/formats/style/test_tooltip.py
(2907 characters, 304 words)
imported modules:
pytest
,pandas
,pandas.io.formats.style
defined functions:
df
,styler
,test_tooltip_render
,test_tooltip_ignored
,test_tooltip_css_class
-
pandas-1.3.3/pandas/tests/io/formats/style/test_style.py
(51357 characters, 4458 words)
imported modules:
copy
,re
,pytest
,pandas
,pandas.io.formats.style
,pandas.io.formats.style_render
defined classes:
TestStyler
defined functions:
mi_df
,mi_styler
,mi_styler_comp
,test_mi_styler_sparsify_columns
,test_mi_styler_sparsify_index
,test_mi_styler_sparsify_options
,test_trimming_maximum
,test_render_trimming
,test_render_trimming_mi
,test_copy
-
pandas-1.3.3/pandas/tests/io/formats/style/test_html.py
(11338 characters, 1021 words)
imported modules:
textwrap
,pytest
,pandas
,pandas.io.formats.style
defined functions:
styler
,styler_mi
,tpl_style
,tpl_table
,test_html_template_extends_options
,test_exclude_styles
,test_w3_html_format
,test_colspan_w3
,test_rowspan_w3
,test_styles
,test_doctype
,test_block_names
,test_from_custom_template_table
,test_from_custom_template_style
,test_caption_as_sequence
,test_sticky_basic
,test_sticky_mi
,test_sticky_levels
,test_sticky_raises
-
pandas-1.3.3/pandas/tests/io/formats/style/test_matplotlib.py
(9261 characters, 906 words)
imported modules:
pytest
,pandas
,pandas.io.formats.style
defined functions:
df
,styler
,df_blank
,styler_blank
,test_function_gradient
,test_background_gradient_color
,test_background_gradient_axis
,test_text_color_threshold
,test_background_gradient_vmin_vmax
,test_background_gradient_int64
,test_background_gradient_gmap_array
,test_background_gradient_gmap_array_raises
,test_background_gradient_gmap_dataframe_align
,test_background_gradient_gmap_series_align
,test_background_gradient_gmap_wrong_dataframe
,test_background_gradient_gmap_wrong_series
-
pandas-1.3.3/pandas/tests/io/formats/style/test_to_latex.py
(15815 characters, 1522 words)
imported modules:
textwrap
,pytest
,pandas
,pandas.io.formats.style
,pandas.io.formats.style_render
defined functions:
df
,styler
,test_minimal_latex_tabular
,test_tabular_hrules
,test_tabular_custom_hrules
,test_column_format
,test_siunitx_cols
,test_position
,test_label
,test_position_float_raises
,test_kwargs_combinations
,test_custom_table_styles
,test_cell_styling
,test_multiindex_columns
,test_multiindex_row
,test_multiindex_row_and_col
,test_multiindex_columns_hidden
,test_sparse_options
,test_hidden_index
,test_comprehensive
,test_parse_latex_table_styles
,test_parse_latex_cell_styles_basic
,test_parse_latex_cell_styles_braces
,test_parse_latex_header_span
,test_parse_latex_table_wrapping
,test_short_caption
,test_parse_latex_css_conversion
,test_parse_latex_css_conversion_option
,test_styler_object_after_render
-
pandas-1.3.3/pandas/tests/io/formats/style/test_highlight.py
(6987 characters, 720 words)
imported modules:
pytest
,pandas
,pandas.io.formats.style
defined functions:
df
,styler
,test_highlight_null
,test_highlight_null_subset
,test_highlight_minmax_basic
,test_highlight_minmax_ext
,test_highlight_minmax_nulls
,test_highlight_between
,test_highlight_between_raises
,test_highlight_between_raises2
,test_highlight_between_inclusive
,test_highlight_quantile
,test_all_highlight_dtypes
-
pandas-1.3.3/pandas/tests/io/formats/style/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/io/formats/style/test_format.py
(9985 characters, 841 words)
imported modules:
pytest
,pandas
,pandas.io.formats.style
,pandas.io.formats.style_render
defined functions:
df
,styler
,test_display_format
,test_format_dict
,test_format_string
,test_format_callable
,test_format_with_na_rep
,test_format_non_numeric_na
,test_format_clear
,test_format_escape_html
,test_format_escape_na_rep
,test_format_escape_floats
,test_format_raises
,test_format_with_precision
,test_format_subset
,test_format_thousands
,test_format_decimal
,test_str_escape_error
-
pandas-1.3.3/pandas/tests/io/formats/style/test_align.py
(13336 characters, 1199 words)
imported modules:
pytest
,pandas
defined classes:
TestStylerBarAlign
defined functions:
bar_grad
-
pandas-1.3.3/pandas/tests/io/formats/style/test_non_unique.py
(4379 characters, 433 words)
imported modules:
textwrap
,pytest
,pandas
,pandas.io.formats.style
defined functions:
df
,styler
,test_format_non_unique
,test_apply_applymap_non_unique_raises
,test_table_styles_dict_non_unique_index
,test_table_styles_dict_non_unique_columns
,test_tooltips_non_unique_raises
,test_set_td_classes_non_unique_raises
,test_hide_columns_non_unique
,test_latex_non_unique
-
pandas-1.3.3/pandas/tests/extension/test_sparse.py
(16159 characters, 1280 words)
imported modules:
pytest
,pandas.errors
,pandas.core.dtypes.common
,pandas
,pandas.arrays
,pandas.tests.extension
defined classes:
BaseSparseTests
,TestDtype
,TestInterface
,TestConstructors
,TestReshaping
,TestGetitem
,TestMissing
,TestMethods
,TestCasting
,TestArithmeticOps
,TestComparisonOps
,TestPrinting
,TestParsing
defined functions:
make_data
,dtype
,data
,data_for_twos
,data_missing
,data_repeated
,data_for_sorting
,data_missing_for_sorting
,na_value
,na_cmp
,data_for_grouping
-
pandas-1.3.3/pandas/tests/extension/test_common.py
(2091 characters, 157 words)
imported modules:
pytest
,pandas.core.dtypes
,pandas.core.dtypes.common
,pandas.core.arrays
defined classes:
DummyDtype
,DummyArray
,TestExtensionArrayDtype
defined functions:
test_astype
,test_astype_no_copy
,test_is_extension_array_dtype
-
pandas-1.3.3/pandas/tests/extension/test_categorical.py
(9574 characters, 836 words)
imported modules:
string
,pytest
,pandas
,pandas.api.types
,pandas.tests.extension
defined classes:
TestDtype
,TestInterface
,TestConstructors
,TestReshaping
,TestGetitem
,TestSetitem
,TestMissing
,TestReduce
,TestMethods
,TestCasting
,TestArithmeticOps
,TestComparisonOps
,TestParsing
defined functions:
make_data
,dtype
,data
,data_missing
,data_for_sorting
,data_missing_for_sorting
,na_value
,data_for_grouping
-
pandas-1.3.3/pandas/tests/extension/test_datetime.py
(6190 characters, 530 words)
imported modules:
pytest
,pandas.core.dtypes.dtypes
,pandas.core.arrays
,pandas.tests.extension
defined classes:
BaseDatetimeTests
,TestDatetimeDtype
,TestConstructors
,TestGetitem
,TestMethods
,TestInterface
,TestArithmeticOps
,TestCasting
,TestComparisonOps
,TestMissing
,TestReshaping
,TestSetitem
,TestGroupby
,TestPrinting
,Test2DCompat
defined functions:
dtype
,data
,data_missing
,data_for_sorting
,data_missing_for_sorting
,data_for_grouping
,na_cmp
,na_value
-
pandas-1.3.3/pandas/tests/extension/test_floating.py
(5870 characters, 526 words)
imported modules:
pytest
,pandas.core.dtypes.common
,pandas.api.types
,pandas.core.arrays.floating
,pandas.tests.extension
defined classes:
TestDtype
,TestArithmeticOps
,TestComparisonOps
,TestInterface
,TestConstructors
,TestReshaping
,TestGetitem
,TestSetitem
,TestMissing
,TestMethods
,TestCasting
,TestGroupby
,TestNumericReduce
,TestBooleanReduce
,TestPrinting
,TestParsing
defined functions:
make_data
,dtype
,data
,data_for_twos
,data_missing
,data_for_sorting
,data_missing_for_sorting
,na_cmp
,na_value
,data_for_grouping
-
pandas-1.3.3/pandas/tests/extension/test_boolean.py
(13077 characters, 1158 words)
imported modules:
pytest
,pandas.core.arrays.boolean
,pandas.tests.extension
defined classes:
TestDtype
,TestInterface
,TestConstructors
,TestGetitem
,TestSetitem
,TestMissing
,TestArithmeticOps
,TestComparisonOps
,TestReshaping
,TestMethods
,TestCasting
,TestGroupby
,TestNumericReduce
,TestBooleanReduce
,TestPrinting
,TestUnaryOps
,TestParsing
defined functions:
make_data
,dtype
,data
,data_for_twos
,data_missing
,data_for_sorting
,data_missing_for_sorting
,na_cmp
,na_value
,data_for_grouping
-
pandas-1.3.3/pandas/tests/extension/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/extension/test_integer.py
(7047 characters, 625 words)
imported modules:
pytest
,pandas.api.types
,pandas.core.arrays.integer
,pandas.tests.extension
defined classes:
TestDtype
,TestArithmeticOps
,TestComparisonOps
,TestInterface
,TestConstructors
,TestReshaping
,TestGetitem
,TestSetitem
,TestMissing
,TestMethods
,TestCasting
,TestGroupby
,TestNumericReduce
,TestBooleanReduce
,TestPrinting
,TestParsing
defined functions:
make_data
,dtype
,data
,data_for_twos
,data_missing
,data_for_sorting
,data_missing_for_sorting
,na_cmp
,na_value
,data_for_grouping
-
pandas-1.3.3/pandas/tests/extension/conftest.py
(3785 characters, 420 words)
imported modules:
operator
,pytest
,pandas
defined functions:
dtype
,data
,data_for_twos
,data_missing
,all_data
,data_repeated
,data_for_sorting
,data_missing_for_sorting
,na_cmp
,na_value
,data_for_grouping
,box_in_series
,groupby_apply_op
,as_frame
,as_series
,use_numpy
,fillna_method
,as_array
-
pandas-1.3.3/pandas/tests/extension/test_period.py
(5274 characters, 463 words)
imported modules:
pytest
,pandas._libs
,pandas.core.dtypes.dtypes
,pandas.core.arrays
,pandas.tests.extension
defined classes:
BasePeriodTests
,TestPeriodDtype
,TestConstructors
,TestGetitem
,TestMethods
,TestInterface
,TestArithmeticOps
,TestCasting
,TestComparisonOps
,TestMissing
,TestReshaping
,TestSetitem
,TestGroupby
,TestPrinting
,TestParsing
,Test2DCompat
defined functions:
dtype
,data
,data_for_twos
,data_for_sorting
,data_missing
,data_missing_for_sorting
,data_for_grouping
,na_value
-
pandas-1.3.3/pandas/tests/extension/test_numpy.py
(15892 characters, 1385 words)
imported modules:
pytest
,pandas.core.dtypes.cast
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.generic
,pandas.core.arrays.numpy_
,pandas.core.internals
,pandas.tests.extension
defined classes:
BaseNumPyTests
,TestCasting
,TestConstructors
,TestDtype
,TestGetitem
,TestGroupby
,TestInterface
,TestMethods
,TestArithmetics
,TestPrinting
,TestNumericReduce
,TestBooleanReduce
,TestMissing
,TestReshaping
,TestSetitem
,TestParsing
,Test2DCompat
defined functions:
_extract_array_patched
,_can_hold_element_patched
,_assert_attr_equal
,dtype
,allow_in_pandas
,data
,data_missing
,na_value
,na_cmp
,data_for_sorting
,data_missing_for_sorting
,data_for_grouping
,skip_numpy_object
-
pandas-1.3.3/pandas/tests/extension/test_extension.py
(551 characters, 55 words)
imported modules:
pytest
,pandas.core.arrays
defined classes:
MyEA
,TestExtensionArray
defined functions:
data
-
pandas-1.3.3/pandas/tests/extension/test_external_block.py
(1083 characters, 106 words)
imported modules:
pytest
,pandas._libs.internals
,pandas.core.internals
,pandas.core.internals.blocks
defined classes:
CustomBlock
defined functions:
df
,test_concat_axis1
-
pandas-1.3.3/pandas/tests/extension/test_interval.py
(4208 characters, 386 words)
imported modules:
pytest
,pandas.core.dtypes.dtypes
,pandas
,pandas.core.arrays
,pandas.tests.extension
defined classes:
BaseInterval
,TestDtype
,TestCasting
,TestConstructors
,TestGetitem
,TestGrouping
,TestInterface
,TestReduce
,TestMethods
,TestMissing
,TestReshaping
,TestSetitem
,TestPrinting
,TestParsing
defined functions:
make_data
,dtype
,data
,data_missing
,data_for_sorting
,data_missing_for_sorting
,na_value
,data_for_grouping
-
pandas-1.3.3/pandas/tests/extension/test_string.py
(5293 characters, 434 words)
imported modules:
string
,pytest
,pandas.core.arrays.string_
,pandas.tests.extension
defined classes:
TestDtype
,TestInterface
,TestConstructors
,TestReshaping
,TestGetitem
,TestSetitem
,TestMissing
,TestNoReduce
,TestMethods
,TestCasting
,TestComparisonOps
,TestParsing
,TestPrinting
,TestGroupBy
defined functions:
split_array
,chunked
,dtype
,data
,data_missing
,data_for_sorting
,data_missing_for_sorting
,na_value
,data_for_grouping
-
pandas-1.3.3/pandas/tests/extension/arrow/test_timestamp.py
(1337 characters, 113 words)
imported modules:
__future__
,datetime
,pytest
,pandas._typing
,pandas.api.extensions
,pandas.tests.extension.arrow.arrays
defined classes:
ArrowTimestampUSDtype
,ArrowTimestampUSArray
defined functions:
test_constructor_extensionblock
-
pandas-1.3.3/pandas/tests/extension/arrow/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/extension/arrow/arrays.py
(5364 characters, 464 words)
imported modules:
__future__
,copy
,itertools
,operator
,pandas._typing
,pandas.api.extensions
,pandas.api.types
,pandas.core.arraylike
defined classes:
ArrowBoolDtype
,ArrowStringDtype
,ArrowExtensionArray
,ArrowBoolArray
,ArrowStringArray
-
pandas-1.3.3/pandas/tests/extension/arrow/test_bool.py
(3111 characters, 223 words)
imported modules:
pytest
,pandas.api.types
,pandas.tests.extension
,pandas.tests.extension.arrow.arrays
defined classes:
BaseArrowTests
,TestDtype
,TestInterface
,TestConstructors
,TestReduce
,TestReduceBoolean
defined functions:
dtype
,data
,data_missing
,test_basic_equals
,test_is_bool_dtype
-
pandas-1.3.3/pandas/tests/extension/arrow/test_string.py
(306 characters, 24 words)
imported modules:
pytest
defined functions:
test_constructor_from_list
-
pandas-1.3.3/pandas/tests/extension/decimal/array.py
(7727 characters, 705 words)
imported modules:
__future__
,decimal
,numbers
,random
,sys
,pandas._typing
,pandas.core.dtypes.base
,pandas.core.dtypes.common
,pandas.api.extensions
,pandas.api.types
,pandas.core.arraylike
,pandas.core.arrays
,pandas.core.indexers
defined classes:
DecimalDtype
,DecimalArray
defined functions:
to_decimal
,make_data
-
pandas-1.3.3/pandas/tests/extension/decimal/test_decimal.py
(16842 characters, 1361 words)
imported modules:
decimal
,math
,operator
,pytest
,pandas.api.types
,pandas.tests.extension
,pandas.tests.extension.decimal.array
defined classes:
BaseDecimal
,TestDtype
,TestInterface
,TestConstructors
,TestReshaping
,TestGetitem
,TestMissing
,Reduce
,TestNumericReduce
,TestBooleanReduce
,TestMethods
,TestCasting
,TestGroupby
,TestSetitem
,TestPrinting
,TestArithmeticOps
,TestComparisonOps
,DecimalArrayWithoutFromSequence
,DecimalArrayWithoutCoercion
defined functions:
dtype
,data
,data_for_twos
,data_missing
,data_for_sorting
,data_missing_for_sorting
,na_cmp
,na_value
,data_for_grouping
,test_series_constructor_coerce_data_to_extension_dtype_raises
,test_series_constructor_with_dtype
,test_dataframe_constructor_with_dtype
,test_astype_dispatches
,test_combine_from_sequence_raises
,test_scalar_ops_from_sequence_raises
,test_divmod_array
,test_ufunc_fallback
,test_array_ufunc
,test_array_ufunc_series
,test_array_ufunc_series_scalar_other
,test_array_ufunc_series_defer
,test_groupby_agg
,test_groupby_agg_ea_method
,test_indexing_no_materialize
,test_to_numpy_keyword
-
pandas-1.3.3/pandas/tests/extension/decimal/__init__.py
(191 characters, 15 words)
imported modules:
pandas.tests.extension.decimal.array
-
pandas-1.3.3/pandas/tests/extension/list/test_list.py
(668 characters, 72 words)
imported modules:
pytest
,pandas.tests.extension.list.array
defined functions:
dtype
,data
,test_to_csv
-
pandas-1.3.3/pandas/tests/extension/list/array.py
(3818 characters, 387 words)
imported modules:
__future__
,numbers
,random
,string
,pandas._typing
,pandas.core.dtypes.base
,pandas.api.types
,pandas.core.arrays
defined classes:
ListDtype
,ListArray
defined functions:
make_data
-
pandas-1.3.3/pandas/tests/extension/list/__init__.py
(146 characters, 13 words)
imported modules:
pandas.tests.extension.list.array
-
pandas-1.3.3/pandas/tests/extension/json/test_json.py
(11136 characters, 910 words)
imported modules:
collections
,operator
,pytest
,pandas.tests.extension
,pandas.tests.extension.json.array
defined classes:
BaseJSON
,TestDtype
,TestInterface
,TestConstructors
,TestReshaping
,TestGetitem
,TestMissing
,TestReduce
,TestMethods
,TestCasting
,TestGroupby
,TestArithmeticOps
,TestComparisonOps
,TestPrinting
defined functions:
dtype
,data
,data_missing
,data_for_sorting
,data_missing_for_sorting
,na_value
,na_cmp
,data_for_grouping
-
pandas-1.3.3/pandas/tests/extension/json/array.py
(7464 characters, 766 words)
imported modules:
__future__
,collections
,itertools
,numbers
,random
,string
,sys
,typing
,pandas._typing
,pandas.core.dtypes.cast
,pandas.core.dtypes.common
,pandas.api.extensions
,pandas.api.types
defined classes:
JSONDtype
,JSONArray
defined functions:
make_data
-
pandas-1.3.3/pandas/tests/extension/json/__init__.py
(146 characters, 13 words)
imported modules:
pandas.tests.extension.json.array
-
pandas-1.3.3/pandas/tests/extension/base/getitem.py
(14975 characters, 1299 words)
imported modules:
pytest
,pandas.tests.extension.base.base
defined classes:
BaseGetitemTests
-
pandas-1.3.3/pandas/tests/extension/base/groupby.py
(4087 characters, 325 words)
imported modules:
pytest
,pandas.tests.extension.base.base
defined classes:
BaseGroupbyTests
-
pandas-1.3.3/pandas/tests/extension/base/casting.py
(3032 characters, 230 words)
imported modules:
pytest
,pandas.core.internals
,pandas.tests.extension.base.base
defined classes:
BaseCastingTests
-
pandas-1.3.3/pandas/tests/extension/base/methods.py
(20286 characters, 1697 words)
imported modules:
inspect
,operator
,pytest
,pandas.core.dtypes.common
,pandas.core.sorting
,pandas.tests.extension.base.base
defined classes:
BaseMethodsTests
-
pandas-1.3.3/pandas/tests/extension/base/reshaping.py
(14192 characters, 1220 words)
imported modules:
itertools
,pytest
,pandas.core.dtypes.common
,pandas.api.extensions
,pandas.core.internals
,pandas.tests.extension.base.base
defined classes:
BaseReshapingTests
-
pandas-1.3.3/pandas/tests/extension/base/ops.py
(6536 characters, 568 words)
imported modules:
__future__
,pytest
,pandas.core
,pandas.tests.extension.base.base
defined classes:
BaseOpsUtil
,BaseArithmeticOpsTests
,BaseComparisonOpsTests
,BaseUnaryOpsTests
-
pandas-1.3.3/pandas/tests/extension/base/constructors.py
(5397 characters, 406 words)
imported modules:
pytest
,pandas.api.extensions
,pandas.core.internals.blocks
,pandas.tests.extension.base.base
defined classes:
BaseConstructorsTests
-
pandas-1.3.3/pandas/tests/extension/base/reduce.py
(2270 characters, 172 words)
imported modules:
warnings
,pytest
,pandas.tests.extension.base.base
defined classes:
BaseReduceTests
,BaseNoReduceTests
,BaseNumericReduceTests
,BaseBooleanReduceTests
-
pandas-1.3.3/pandas/tests/extension/base/interface.py
(4115 characters, 399 words)
imported modules:
pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas.tests.extension.base.base
defined classes:
BaseInterfaceTests
-
pandas-1.3.3/pandas/tests/extension/base/__init__.py
(2609 characters, 281 words)
imported modules:
pandas.tests.extension.base.casting
,pandas.tests.extension.base.constructors
,pandas.tests.extension.base.dim2
,pandas.tests.extension.base.dtype
,pandas.tests.extension.base.getitem
,pandas.tests.extension.base.groupby
,pandas.tests.extension.base.interface
,pandas.tests.extension.base.io
,pandas.tests.extension.base.methods
,pandas.tests.extension.base.missing
,pandas.tests.extension.base.ops
,pandas.tests.extension.base.printing
,pandas.tests.extension.base.reduce
,pandas.tests.extension.base.reshaping
,pandas.tests.extension.base.setitem
-
pandas-1.3.3/pandas/tests/extension/base/missing.py
(5345 characters, 390 words)
imported modules:
pytest
,pandas.api.types
,pandas.tests.extension.base.base
defined classes:
BaseMissingTests
-
pandas-1.3.3/pandas/tests/extension/base/base.py
(742 characters, 66 words)
defined classes:
BaseExtensionTests
-
pandas-1.3.3/pandas/tests/extension/base/printing.py
(1193 characters, 109 words)
imported modules:
io
,pytest
,pandas.tests.extension.base.base
defined classes:
BasePrintingTests
-
pandas-1.3.3/pandas/tests/extension/base/io.py
(628 characters, 49 words)
imported modules:
io
,pytest
,pandas.tests.extension.base.base
defined classes:
BaseParsingTests
-
pandas-1.3.3/pandas/tests/extension/base/dtype.py
(4755 characters, 422 words)
imported modules:
warnings
,pytest
,pandas.api.types
,pandas.tests.extension.base.base
defined classes:
BaseDtypeTests
-
pandas-1.3.3/pandas/tests/extension/base/dim2.py
(7739 characters, 666 words)
imported modules:
pytest
,pandas.tests.extension.base.base
defined classes:
Dim2CompatTests
-
pandas-1.3.3/pandas/tests/extension/base/setitem.py
(12113 characters, 1057 words)
imported modules:
pytest
,pandas.tests.extension.base.base
defined classes:
BaseSetitemTests
-
pandas-1.3.3/pandas/tests/config/test_config.py
(18259 characters, 1457 words)
imported modules:
warnings
,pytest
,pandas._config.config
defined classes:
TestConfig
-
pandas-1.3.3/pandas/tests/config/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/config/test_localization.py
(2878 characters, 277 words)
imported modules:
codecs
,locale
,os
,pytest
,pandas._config.localization
,pandas.compat
defined functions:
test_can_set_locale_valid_set
,test_can_set_locale_invalid_set
,test_can_set_locale_invalid_get
,test_get_locales_at_least_one
,test_get_locales_prefix
,test_set_locale
,test_encoding_detected
-
pandas-1.3.3/pandas/tests/apply/test_series_apply_relabeling.py
(1202 characters, 133 words)
defined functions:
test_relabel_no_duplicated_method
,test_relabel_duplicated_method
-
pandas-1.3.3/pandas/tests/apply/test_frame_transform.py
(9691 characters, 928 words)
imported modules:
operator
,pytest
,pandas
,pandas.tests.apply.common
,pandas.tests.frame.common
defined functions:
unpack_obj
,test_transform_ufunc
,test_transform_groupby_kernel
,test_transform_listlike
,test_transform_empty_listlike
,test_transform_dictlike
,test_transform_dictlike_mixed
,test_transform_empty_dictlike
,test_transform_udf
,test_transform_method_name
,test_transform_bad_dtype
,test_transform_partial_failure_typeerror
,test_transform_partial_failure_valueerror
,test_transform_passes_args
,test_transform_empty_dataframe
-
pandas-1.3.3/pandas/tests/apply/test_frame_apply.py
(49106 characters, 4506 words)
imported modules:
datetime
,itertools
,warnings
,pytest
,pandas.core.dtypes.dtypes
,pandas
,pandas.tests.frame.common
defined functions:
test_apply
,test_apply_axis1_with_ea
,test_agg_axis1_duplicate_index
,test_apply_mixed_datetimelike
,test_apply_empty
,test_apply_with_reduce_empty
,test_apply_funcs_over_empty
,test_nunique_empty
,test_apply_standard_nonunique
,test_apply_with_string_funcs
,test_apply_broadcast
,test_apply_raw
,test_apply_axis1
,test_apply_mixed_dtype_corner
,test_apply_empty_infer_type
,test_apply_with_args_kwds
,test_apply_yield_list
,test_apply_reduce_Series
,test_apply_reduce_to_dict
,test_apply_differently_indexed
,test_apply_bug
,test_apply_convert_objects
,test_apply_attach_name
,test_apply_multi_index
,test_apply_dict
,test_applymap
,test_applymap_kwargs
,test_applymap_na_ignore
,test_applymap_box_timestamps
,test_applymap_box
,test_frame_apply_dont_convert_datetime64
,test_apply_non_numpy_dtype
,test_apply_dup_names_multi_agg
,test_apply_nested_result_axis_1
,test_apply_noreduction_tzaware_object
,test_apply_function_runs_once
,test_apply_raw_function_runs_once
,test_applymap_function_runs_once
,test_apply_with_byte_string
,test_apply_category_equalness
,test_infer_row_shape
,test_with_dictlike_columns
,test_with_dictlike_columns_with_infer
,test_with_listlike_columns
,test_infer_output_shape_columns
,test_infer_output_shape_listlike_columns
,test_consistent_coerce_for_shapes
,test_consistent_names
,test_result_type
,test_consistency_for_boxed
,test_agg_transform
,test_demo
,test_agg_with_name_as_column_name
,test_agg_multiple_mixed_no_warning
,test_agg_reduce
,test_nuiscance_columns
,test_non_callable_aggregates
,test_size_as_str
,test_agg_listlike_result
,test_agg_cython_table
,test_agg_cython_table_transform
,test_agg_args_kwargs
,test_frequency_is_original
,test_apply_datetime_tz_issue
,test_consistency_of_aggregates_of_columns_with_missing_values
,test_apply_dtype
,test_apply_mutating
,test_apply_empty_list_reduce
,test_apply_no_suffix_index
,test_apply_raw_returns_string
,test_apply_np_transformer
,test_apply_np_reducer
,test_aggregation_func_column_order
,test_apply_getitem_axis_1
-
pandas-1.3.3/pandas/tests/apply/test_frame_apply_relabeling.py
(3095 characters, 327 words)
defined functions:
test_agg_relabel
,test_agg_relabel_multi_columns_multi_methods
,test_agg_relabel_partial_functions
,test_agg_namedtuple
-
pandas-1.3.3/pandas/tests/apply/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/apply/conftest.py
(399 characters, 52 words)
imported modules:
pytest
,pandas
defined functions:
int_frame_const_col
-
pandas-1.3.3/pandas/tests/apply/test_invalid_arg.py
(10562 characters, 958 words)
imported modules:
itertools
,re
,pytest
,pandas
,pandas.core.base
defined functions:
test_result_type_error
,test_apply_invalid_axis_value
,test_applymap_invalid_na_action
,test_agg_raises
,test_map_with_invalid_na_action_raises
,test_map_categorical_na_action
,test_map_datetimetz_na_action
,test_nested_renamer
,test_series_nested_renamer
,test_apply_dict_depr
,test_dict_nested_renaming_depr
,test_missing_column
,test_transform_mixed_column_name_dtypes
,test_apply_str_axis_1_raises
,test_transform_axis_1_raises
,test_apply_modify_traceback
,test_agg_cython_table_raises_frame
,test_agg_cython_table_raises_series
,test_agg_none_to_type
,test_transform_none_to_type
,test_apply_broadcast_error
,test_transform_and_agg_err_agg
,test_transform_and_agg_err_series
,test_transform_wont_agg_frame
,test_transform_wont_agg_series
,test_transform_reducer_raises
-
pandas-1.3.3/pandas/tests/apply/test_series_transform.py
(2084 characters, 204 words)
imported modules:
pytest
,pandas
,pandas.core.groupby.base
defined functions:
test_transform_groupby_kernel
,test_transform_listlike
,test_transform_dictlike
,test_transform_dictlike_mixed
-
pandas-1.3.3/pandas/tests/apply/common.py
(388 characters, 51 words)
imported modules:
pandas.core.groupby.base
-
pandas-1.3.3/pandas/tests/apply/test_series_apply.py
(29410 characters, 2688 words)
imported modules:
collections
,itertools
,pytest
,pandas.core.dtypes.common
,pandas
,pandas.tests.apply.common
defined functions:
test_series_map_box_timedelta
,test_apply
,test_apply_same_length_inference_bug
,test_apply_dont_convert_dtype
,test_with_string_args
,test_apply_args
,test_series_map_box_timestamps
,test_series_map_stringdtype
,test_apply_box
,test_apply_datetimetz
,test_apply_categorical
,test_apply_categorical_with_nan_values
,test_apply_empty_integer_series_with_datetime_index
,test_transform
,test_transform_partial_failure
,test_transform_partial_failure_valueerror
,test_demo
,test_agg_apply_evaluate_lambdas_the_same
,test_with_nested_series
,test_replicate_describe
,test_reduce
,test_non_callable_aggregates
,test_agg_cython_table
,test_agg_cython_table_transform
,test_series_apply_no_suffix_index
,test_map
,test_map_empty
,test_map_compat
,test_map_int
,test_map_type_inference
,test_map_decimal
,test_map_na_exclusion
,test_map_dict_with_tuple_keys
,test_map_counter
,test_map_defaultdict
,test_map_dict_na_key
,test_map_dict_subclass_with_missing
,test_map_dict_subclass_without_missing
,test_map_abc_mapping
,test_map_abc_mapping_with_missing
,test_map_box
,test_map_categorical
,test_map_datetimetz
,test_map_missing_mixed
,test_apply_series_on_date_time_index_aware_series
,test_apply_scaler_on_date_time_index_aware_series
,test_map_float_to_string_precision
,test_apply_to_timedelta
,test_apply_listlike_reducer
,test_apply_dictlike_reducer
,test_apply_listlike_transformer
,test_apply_dictlike_transformer
-
pandas-1.3.3/pandas/tests/generic/test_finalize.py
(27269 characters, 1788 words)
imported modules:
operator
,re
,pytest
defined functions:
idfn
,ndframe_method
,test_finalize_called
,test_finalize_called_eval_numexpr
,test_binops
,test_string_method
,test_datetime_method
,test_datetime_property
,test_timedelta_property
,test_timedelta_methods
,test_categorical_accessor
,test_groupby_finalize
,test_groupby_finalize_not_implemented
,test_finalize_frame_series_name
-
pandas-1.3.3/pandas/tests/generic/test_generic.py
(16695 characters, 1412 words)
imported modules:
copy
,pytest
,pandas.core.dtypes.common
,pandas
defined classes:
Generic
,TestNDFrame
-
pandas-1.3.3/pandas/tests/generic/test_frame.py
(7268 characters, 630 words)
imported modules:
copy
,operator
,pytest
,pandas
,pandas.tests.generic.test_generic
defined classes:
TestDataFrame
,TestDataFrame2
-
pandas-1.3.3/pandas/tests/generic/test_to_xarray.py
(4128 characters, 323 words)
imported modules:
pytest
,pandas
defined classes:
TestDataFrameToXArray
,TestSeriesToXArray
-
pandas-1.3.3/pandas/tests/generic/test_duplicate_labels.py
(16165 characters, 1076 words)
imported modules:
operator
,pytest
defined classes:
TestPreserves
,TestRaises
defined functions:
test_raises_basic
,test_format_duplicate_labels_message
,test_format_duplicate_labels_message_multi
,test_dataframe_insert_raises
,test_inplace_raises
,test_pickle
-
pandas-1.3.3/pandas/tests/generic/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/generic/test_series.py
(4698 characters, 426 words)
imported modules:
operator
,pytest
,pandas
,pandas.tests.generic.test_generic
defined classes:
TestSeries
-
pandas-1.3.3/pandas/tests/generic/test_label_or_level_utils.py
(9964 characters, 1002 words)
imported modules:
pytest
,pandas.core.dtypes.missing
defined functions:
df
,df_levels
,df_ambig
,df_duplabels
,get_labels_levels
,assert_label_reference
,assert_level_reference
,test_is_level_or_label_reference_df_simple
,test_is_level_reference_df_ambig
,test_is_level_reference_series_simple_axis0
,test_is_level_reference_series_axis1_error
,test_check_label_or_level_ambiguity_df
,test_check_label_or_level_ambiguity_series
,test_check_label_or_level_ambiguity_series_axis1_error
,assert_label_values
,assert_level_values
,test_get_label_or_level_values_df_simple
,test_get_label_or_level_values_df_ambig
,test_get_label_or_level_values_df_duplabels
,test_get_label_or_level_values_series_axis0
,test_get_label_or_level_values_series_axis1_error
,assert_labels_dropped
,assert_levels_dropped
,test_drop_labels_or_levels_df
,test_drop_labels_or_levels_series
-
pandas-1.3.3/pandas/tests/groupby/test_quantile.py
(11036 characters, 1069 words)
imported modules:
pytest
,pandas
defined functions:
test_quantile
,test_quantile_array
,test_quantile_array2
,test_quantile_array_no_sort
,test_quantile_array_multiple_levels
,test_groupby_quantile_with_arraylike_q_and_int_columns
,test_quantile_raises
,test_quantile_out_of_bounds_q_raises
,test_quantile_missing_group_values_no_segfaults
,test_quantile_missing_group_values_correct_results
,test_groupby_quantile_nullable_array
,test_groupby_quantile_skips_invalid_dtype
,test_groupby_quantile_NA_float
,test_groupby_quantile_NA_int
,test_groupby_quantile_allNA_column
,test_groupby_timedelta_quantile
,test_columns_groupby_quantile
-
pandas-1.3.3/pandas/tests/groupby/test_libgroupby.py
(7500 characters, 647 words)
imported modules:
pandas._libs.groupby
,pandas.core.dtypes.common
,pandas
defined classes:
GroupVarTestMixin
,TestGroupVarFloat64
,TestGroupVarFloat32
defined functions:
test_group_ohlc
,_check_cython_group_transform_cumulative
,test_cython_group_transform_cumsum
,test_cython_group_transform_cumprod
,test_cython_group_transform_algos
-
pandas-1.3.3/pandas/tests/groupby/test_categorical.py
(57166 characters, 5248 words)
imported modules:
datetime
,pytest
,pandas
defined functions:
cartesian_product_for_groupers
,test_apply_use_categorical_name
,test_basic
,test_level_get_group
,test_sorting_with_different_categoricals
,test_apply
,test_observed
,test_observed_codes_remap
,test_observed_perf
,test_observed_groups
,test_observed_groups_with_nan
,test_observed_nth
,test_dataframe_categorical_with_nan
,test_dataframe_categorical_ordered_observed_sort
,test_datetime
,test_categorical_index
,test_describe_categorical_columns
,test_unstack_categorical
,test_bins_unequal_len
,test_as_index
,test_preserve_categories
,test_preserve_categorical_dtype
,test_preserve_on_ordered_ops
,test_categorical_no_compress
,test_groupby_empty_with_category
,test_sort
,test_sort2
,test_sort_datetimelike
,test_empty_sum
,test_empty_prod
,test_groupby_multiindex_categorical_datetime
,test_groupby_agg_observed_true_single_column
,test_shift
,df_cat
,test_seriesgroupby_observed_true
,test_seriesgroupby_observed_false_or_none
,test_seriesgroupby_observed_apply_dict
,test_groupby_categorical_series_dataframe_consistent
,test_groupby_categorical_axis_1
,test_groupby_cat_preserves_structure
,test_get_nonexistent_category
,test_series_groupby_on_2_categoricals_unobserved
,test_series_groupby_on_2_categoricals_unobserved_zeroes_or_nans
,test_dataframe_groupby_on_2_categoricals_when_observed_is_true
,test_dataframe_groupby_on_2_categoricals_when_observed_is_false
,test_series_groupby_categorical_aggregation_getitem
,test_groupby_agg_categorical_columns
,test_groupby_agg_non_numeric
,test_groupy_first_returned_categorical_instead_of_dataframe
,test_read_only_category_no_sort
,test_sorted_missing_category_values
,test_agg_cython_category_not_implemented_fallback
,test_aggregate_categorical_with_isnan
,test_categorical_transform
,test_series_groupby_first_on_categorical_col_grouped_on_2_categoricals
,test_df_groupby_first_on_categorical_col_grouped_on_2_categoricals
,test_groupby_categorical_indices_unused_categories
-
pandas-1.3.3/pandas/tests/groupby/test_groupby.py
(76747 characters, 7025 words)
imported modules:
datetime
,decimal
,io
,pytest
,pandas.compat
,pandas.errors
,pandas
,pandas.core.base
defined functions:
test_repr
,test_basic
,test_groupby_nonobject_dtype
,test_groupby_return_type
,test_inconsistent_return_type
,test_pass_args_kwargs
,test_pass_args_kwargs_duplicate_columns
,test_len
,test_basic_regression
,test_with_na_groups
,test_indices_concatenation_order
,test_attr_wrapper
,test_frame_groupby
,test_frame_groupby_columns
,test_frame_set_name_single
,test_multi_func
,test_multi_key_multiple_functions
,test_frame_multi_key_function_list
,test_groupby_multiple_columns
,test_as_index_select_column
,test_groupby_as_index_select_column_sum_empty_df
,test_groupby_as_index_agg
,test_ops_not_as_index
,test_as_index_series_return_frame
,test_as_index_series_column_slice_raises
,test_groupby_as_index_cython
,test_groupby_as_index_series_scalar
,test_groupby_as_index_corner
,test_groupby_multiple_key
,test_groupby_multi_corner
,test_omit_nuisance
,test_omit_nuisance_sem
,test_omit_nuisance_python_multiple
,test_empty_groups_corner
,test_nonsense_func
,test_wrap_aggregated_output_multindex
,test_groupby_level_apply
,test_groupby_level_mapper
,test_groupby_level_nonmulti
,test_groupby_complex
,test_groupby_series_indexed_differently
,test_groupby_with_hier_columns
,test_grouping_ndarray
,test_groupby_wrong_multi_labels
,test_groupby_series_with_name
,test_seriesgroupby_name_attr
,test_consistency_name
,test_groupby_name_propagation
,test_groupby_nonstring_columns
,test_groupby_mixed_type_columns
,test_cython_grouper_series_bug_noncontig
,test_series_grouper_noncontig_index
,test_convert_objects_leave_decimal_alone
,test_groupby_dtype_inference_empty
,test_groupby_unit64_float_conversion
,test_groupby_list_infer_array_like
,test_groupby_keys_same_size_as_index
,test_groupby_one_row
,test_groupby_nat_exclude
,test_groupby_two_group_keys_all_nan
,test_groupby_2d_malformed
,test_int32_overflow
,test_groupby_sort_multi
,test_dont_clobber_name_column
,test_skip_group_keys
,test_no_nonsense_name
,test_multifunc_sum_bug
,test_handle_dict_return_value
,test_set_group_name
,test_group_name_available_in_inference_pass
,test_no_dummy_key_names
,test_groupby_sort_multiindex_series
,test_groupby_reindex_inside_function
,test_groupby_multiindex_missing_pair
,test_groupby_multiindex_not_lexsorted
,test_index_label_overlaps_location
,test_transform_doesnt_clobber_ints
,test_groupby_preserves_sort
,test_pivot_table_values_key_error
,test_empty_groupby
,test_tuple_as_grouping
,test_tuple_correct_keyerror
,test_groupby_agg_ohlc_non_first
,test_groupby_multiindex_nat
,test_groupby_empty_list_raises
,test_groupby_multiindex_series_keys_len_equal_group_axis
,test_groupby_groups_in_BaseGrouper
,test_groupby_axis_1
,test_shift_bfill_ffill_tz
,test_groupby_only_none_group
,test_groupby_duplicate_index
,test_dup_labels_output_shape
,test_groupby_crash_on_nunique
,test_groupby_list_level
,test_groups_repr_truncates
,test_group_on_two_row_multiindex_returns_one_tuple_key
,test_subsetting_columns_keeps_attrs
,test_subsetting_columns_axis_1
,test_groupby_column_index_name_lost
,test_groupby_duplicate_columns
,test_groupby_series_with_tuple_name
,test_groupby_numerical_stability_sum_mean
,test_groupby_numerical_stability_cumsum
,test_groupby_mean_duplicate_index
,test_groupby_all_nan_groups_drop
,test_groupby_empty_multi_column
,test_groupby_aggregation_non_numeric_dtype
,test_groupby_aggregation_multi_non_numeric_dtype
,test_groupby_aggregation_numeric_with_non_numeric_dtype
,test_groupby_filtered_df_std
,test_datetime_categorical_multikey_groupby_indices
-
pandas-1.3.3/pandas/tests/groupby/test_function.py
(35758 characters, 3316 words)
imported modules:
builtins
,io
,pytest
,pandas.errors
,pandas
defined classes:
TestNumericOnly
,TestGroupByNonCythonPaths
defined functions:
dtypes_for_minmax
,test_intercept_builtin_sum
,test_builtins_apply
,test_cython_api2
,test_cython_median
,test_median_empty_bins
,test_groupby_non_arithmetic_agg_types
,test_groupby_non_arithmetic_agg_int_like_precision
,test_idxmin_idxmax_returns_int_types
,test_idxmin_idxmax_axis1
,test_groupby_cumprod
,scipy_sem
,test_ops_general
,test_max_nan_bug
,test_nlargest
,test_nlargest_mi_grouper
,test_nsmallest
,test_numpy_compat
,test_cummin
,test_cummin_max_all_nan_column
,test_cummax
,test_nullable_int_not_cast_as_float
,test_is_monotonic_increasing
,test_is_monotonic_decreasing
,test_apply_describe_bug
,test_series_describe_multikey
,test_series_describe_single
,test_series_index_name
,test_frame_describe_multikey
,test_frame_describe_tupleindex
,test_frame_describe_unstacked_format
,test_describe_with_duplicate_output_column_names
,test_groupby_mean_no_overflow
,test_apply_to_nullable_integer_returns_float
,test_groupby_sum_below_mincount_nullable_integer
-
pandas-1.3.3/pandas/tests/groupby/test_index_as_string.py
(2069 characters, 197 words)
imported modules:
pytest
defined functions:
frame
,series
,test_grouper_index_level_as_string
,test_grouper_index_level_as_string_series
-
pandas-1.3.3/pandas/tests/groupby/test_nunique.py
(5799 characters, 485 words)
imported modules:
string
,pytest
,pandas
defined functions:
test_series_groupby_nunique
,test_nunique
,test_nunique_with_object
,test_nunique_with_empty_series
,test_nunique_with_timegrouper
,test_nunique_with_NaT
,test_nunique_preserves_column_level_names
,test_nunique_transform_with_datetime
-
pandas-1.3.3/pandas/tests/groupby/test_size.py
(2169 characters, 194 words)
imported modules:
pytest
,pandas
defined functions:
test_size
,test_size_sort
,test_size_series_dataframe
,test_size_groupby_all_null
,test_size_period_index
,test_size_on_categorical
-
pandas-1.3.3/pandas/tests/groupby/test_min_max.py
(5733 characters, 599 words)
imported modules:
pytest
,pandas._libs.tslibs
,pandas
defined functions:
test_max_min_non_numeric
,test_max_min_object_multiple_columns
,test_min_date_with_nans
,test_max_inat
,test_max_inat_not_all_na
,test_groupby_aggregate_period_column
,test_groupby_aggregate_period_frame
,test_aggregate_numeric_object_dtype
,test_aggregate_categorical_lost_index
-
pandas-1.3.3/pandas/tests/groupby/test_groupby_dropna.py
(11719 characters, 1167 words)
imported modules:
pytest
defined functions:
test_groupby_dropna_multi_index_dataframe_nan_in_one_group
,test_groupby_dropna_multi_index_dataframe_nan_in_two_groups
,test_groupby_dropna_normal_index_dataframe
,test_groupby_dropna_series_level
,test_groupby_dropna_series_by
,test_grouper_dropna_propagation
,test_groupby_dataframe_slice_then_transform
,test_groupby_dropna_multi_index_dataframe_agg
,test_groupby_dropna_datetime_like_data
,test_groupby_apply_with_dropna_for_multi_index
,test_groupby_nan_included
-
pandas-1.3.3/pandas/tests/groupby/test_allowlist.py
(11205 characters, 1003 words)
imported modules:
string
,pytest
,pandas
,pandas.core.groupby.base
defined functions:
df_allowlist_fixture
,s_allowlist_fixture
,mframe
,df
,df_letters
,test_groupby_allowlist
,check_allowlist
,test_groupby_series_allowlist
,test_groupby_frame_allowlist
,raw_frame
,test_regression_allowlist_methods
,test_groupby_blocklist
,test_tab_completion
,test_groupby_function_rename
,test_groupby_selection_with_methods
,test_groupby_selection_tshift_raises
,test_groupby_selection_other_methods
,test_all_methods_categorized
-
pandas-1.3.3/pandas/tests/groupby/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/groupby/test_rank.py
(21498 characters, 2129 words)
imported modules:
datetime
,pytest
,pandas
defined functions:
test_rank_apply
,test_rank_args
,test_infs_n_nans
,test_rank_args_missing
,test_rank_resets_each_group
,test_rank_avg_even_vals
,test_rank_object_dtype
,test_rank_naoption_raises
,test_rank_empty_group
,test_rank_zero_div
,test_rank_min_int
,test_rank_pct_equal_values_on_group_transition
,test_rank_multiindex
,test_groupby_axis0_rank_axis1
,test_groupby_axis0_cummax_axis1
-
pandas-1.3.3/pandas/tests/groupby/test_filters.py
(20777 characters, 2256 words)
imported modules:
pytest
,pandas
defined functions:
test_filter_series
,test_filter_single_column_df
,test_filter_multi_column_df
,test_filter_mixed_df
,test_filter_out_all_groups
,test_filter_out_no_groups
,test_filter_out_all_groups_in_df
,test_filter_condition_raises
,test_filter_with_axis_in_groupby
,test_filter_bad_shapes
,test_filter_nan_is_false
,test_filter_against_workaround
,test_filter_using_len
,test_filter_maintains_ordering
,test_filter_multiple_timestamp
,test_filter_and_transform_with_non_unique_int_index
,test_filter_and_transform_with_multiple_non_unique_int_index
,test_filter_and_transform_with_non_unique_float_index
,test_filter_and_transform_with_non_unique_timestamp_index
,test_filter_and_transform_with_non_unique_string_index
,test_filter_has_access_to_grouped_cols
,test_filter_enforces_scalarness
,test_filter_non_bool_raises
,test_filter_dropna_with_empty_groups
,test_filter_consistent_result_before_after_agg_func
-
pandas-1.3.3/pandas/tests/groupby/conftest.py
(3673 characters, 298 words)
imported modules:
pytest
,pandas
,pandas.core.groupby.base
defined functions:
as_index
,mframe
,df
,ts
,tsd
,tsframe
,df_mixed_floats
,three_group
,reduction_func
,transformation_func
,groupby_func
,parallel
,nogil
,nopython
-
pandas-1.3.3/pandas/tests/groupby/test_sample.py
(4894 characters, 493 words)
imported modules:
pytest
,pandas
defined functions:
test_groupby_sample_balanced_groups_shape
,test_groupby_sample_unbalanced_groups_shape
,test_groupby_sample_index_value_spans_groups
,test_groupby_sample_n_and_frac_raises
,test_groupby_sample_frac_gt_one_without_replacement_raises
,test_groupby_sample_invalid_n_raises
,test_groupby_sample_oversample
,test_groupby_sample_without_n_or_frac
,test_groupby_sample_with_weights
,test_groupby_sample_with_selections
-
pandas-1.3.3/pandas/tests/groupby/test_any_all.py
(5394 characters, 464 words)
imported modules:
builtins
,pytest
,pandas
defined functions:
test_groupby_bool_aggs
,test_any
,test_bool_aggs_dup_column_labels
,test_masked_kleene_logic
,test_masked_mixed_types
,test_masked_bool_aggs_skipna
,test_object_type_missing_vals
,test_object_NA_raises_with_skipna_false
-
pandas-1.3.3/pandas/tests/groupby/test_value_counts.py
(5011 characters, 463 words)
imported modules:
itertools
,pytest
,pandas
defined functions:
seed_df
,test_series_groupby_value_counts
,test_series_groupby_value_counts_with_grouper
,test_series_groupby_value_counts_empty
,test_series_groupby_value_counts_one_row
,test_series_groupby_value_counts_on_categorical
-
pandas-1.3.3/pandas/tests/groupby/test_counting.py
(12833 characters, 1163 words)
imported modules:
itertools
,string
,pytest
,pandas
defined classes:
TestCounting
defined functions:
test_groupby_timedelta_cython_count
,test_count
,test_count_non_nulls
,test_count_object
,test_count_cross_type
,test_lower_int_prec_count
,test_count_uses_size_on_exception
-
pandas-1.3.3/pandas/tests/groupby/test_nth.py
(21786 characters, 1871 words)
imported modules:
pytest
,pandas
defined functions:
test_first_last_nth
,test_first_last_with_na_object
,test_nth_with_na_object
,test_first_last_with_None
,test_first_last_with_None_expanded
,test_first_last_nth_dtypes
,test_first_last_nth_nan_dtype
,test_first_strings_timestamps
,test_nth
,test_nth_multi_index
,test_first_last_tz
,test_first_last_tz_multi_column
,test_first_last_extension_array_keeps_dtype
,test_nth_multi_index_as_expected
,test_groupby_head_tail
,test_groupby_head_tail_axis_1
,test_group_selection_cache
,test_nth_empty
,test_nth_column_order
,test_nth_nan_in_grouper
,test_first_categorical_and_datetime_data_nat
,test_first_multi_key_groupbby_categorical
-
pandas-1.3.3/pandas/tests/groupby/test_grouping.py
(36472 characters, 3145 words)
imported modules:
pytest
,pandas
,pandas.core.groupby.grouper
defined classes:
TestSelection
,TestGrouping
,TestGetGroup
,TestIteration
-
pandas-1.3.3/pandas/tests/groupby/test_apply_mutate.py
(3496 characters, 336 words)
defined functions:
test_mutate_groups
,test_no_mutate_but_looks_like
,test_apply_function_with_indexing
,test_apply_mutate_columns_multiindex
-
pandas-1.3.3/pandas/tests/groupby/test_apply.py
(36473 characters, 3674 words)
imported modules:
datetime
,io
,pytest
,pandas
defined functions:
test_apply_issues
,test_apply_trivial
,test_apply_trivial_fail
,test_fast_apply
,test_group_apply_once_per_group
,test_group_apply_once_per_group2
,test_apply_fast_slow_identical
,test_groupby_apply_identity_maybecopy_index_identical
,test_apply_with_mixed_dtype
,test_groupby_as_index_apply
,test_apply_concat_preserve_names
,test_apply_series_to_frame
,test_apply_series_yield_constant
,test_apply_frame_yield_constant
,test_apply_frame_to_series
,test_apply_frame_not_as_index_column_name
,test_apply_frame_concat_series
,test_apply_transform
,test_apply_multikey_corner
,test_apply_chunk_view
,test_apply_no_name_column_conflict
,test_apply_typecast_fail
,test_apply_multiindex_fail
,test_apply_corner
,test_apply_without_copy
,test_apply_with_duplicated_non_sorted_axis
,test_apply_reindex_values
,test_apply_corner_cases
,test_apply_numeric_coercion_when_datetime
,test_apply_aggregating_timedelta_and_datetime
,test_apply_groupby_datetimeindex
,test_time_field_bug
,test_gb_apply_list_of_unequal_len_arrays
,test_groupby_apply_all_none
,test_groupby_apply_none_first
,test_groupby_apply_return_empty_chunk
,test_apply_with_mixed_types
,test_func_returns_object
,test_apply_datetime_issue
,test_apply_series_return_dataframe_groups
,test_apply_multi_level_name
,test_groupby_apply_datetime_result_dtypes
,test_apply_index_has_complex_internals
,test_apply_function_returns_non_pandas_non_scalar
,test_apply_function_returns_numpy_array
,test_apply_function_index_return
,test_apply_function_with_indexing_return_column
,test_apply_with_timezones_aware
,test_apply_is_unchanged_when_other_methods_are_called_first
,test_apply_with_date_in_multiindex_does_not_convert_to_timestamp
,test_apply_by_cols_equals_apply_by_rows_transposed
,test_apply_dropna_with_indexed_same
,test_apply_as_index_constant_lambda
,test_sort_index_groups
,test_positional_slice_groups_datetimelike
-
pandas-1.3.3/pandas/tests/groupby/test_missing.py
(4745 characters, 484 words)
imported modules:
pytest
,pandas
defined functions:
test_groupby_column_index_name_lost_fill_funcs
,test_groupby_fill_duplicate_column_names
,test_ffill_missing_arguments
,test_fillna_with_string_dtype
,test_fill_consistency
,test_ffill_handles_nan_groups
,test_min_count
,test_indicies_with_missing
-
pandas-1.3.3/pandas/tests/groupby/test_timegrouper.py
(28216 characters, 2185 words)
imported modules:
datetime
,io
,pytest
,pytz
,pandas
,pandas.core.groupby.grouper
,pandas.core.groupby.ops
defined classes:
TestGroupBy
-
pandas-1.3.3/pandas/tests/groupby/test_pipe.py
(2082 characters, 229 words)
imported modules:
pandas
defined functions:
test_pipe
,test_pipe_args
-
pandas-1.3.3/pandas/tests/groupby/test_groupby_subclass.py
(2682 characters, 253 words)
imported modules:
datetime
,pytest
,pandas
defined functions:
test_groupby_preserves_subclass
,test_groupby_preserves_metadata
,test_groupby_resample_preserves_subclass
-
pandas-1.3.3/pandas/tests/groupby/test_bin_groupby.py
(3707 characters, 338 words)
imported modules:
pytest
,pandas._libs
,pandas
defined classes:
TestMoments
defined functions:
test_series_grouper
,test_series_grouper_result_length_difference
,test_series_grouper_requires_nonempty_raises
,test_series_bin_grouper
,assert_block_lengths
,cumsum_max
,test_mgr_locs_updated
,test_generate_bins
-
pandas-1.3.3/pandas/tests/groupby/test_groupby_shift_diff.py
(3273 characters, 358 words)
imported modules:
pytest
,pandas
defined functions:
test_group_shift_with_null_key
,test_group_shift_with_fill_value
,test_group_shift_lose_timezone
,test_group_diff_real
,test_group_diff_datetimelike
,test_group_diff_bool
,test_group_diff_object_raises
-
pandas-1.3.3/pandas/tests/groupby/transform/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/groupby/transform/test_transform.py
(41411 characters, 3851 words)
imported modules:
io
,pytest
,pandas.core.dtypes.common
,pandas
,pandas.core.groupby.generic
defined functions:
assert_fp_equal
,test_transform
,test_transform_fast
,test_transform_broadcast
,test_transform_axis_1
,test_transform_axis_ts
,test_transform_dtype
,test_transform_bug
,test_transform_numeric_to_boolean
,test_transform_datetime_to_timedelta
,test_transform_datetime_to_numeric
,test_transform_casting
,test_transform_multiple
,test_dispatch_transform
,test_transform_transformation_func
,test_transform_select_columns
,test_transform_exclude_nuisance
,test_transform_function_aliases
,test_series_fast_transform_date
,test_transform_length
,test_transform_coercion
,test_groupby_transform_with_int
,test_groupby_transform_with_nan_group
,test_transform_mixed_type
,test_cython_transform_series
,test_groupby_cum_skipna
,test_cython_transform_frame
,test_transform_with_non_scalar_group
,test_transform_numeric_ret
,test_transform_ffill
,test_group_fill_methods
,test_pad_stable_sorting
,test_pct_change
,test_ffill_bfill_non_unique_multilevel
,test_any_all_np_func
,test_groupby_transform_rename
,test_groupby_transform_timezone_column
,test_groupby_transform_with_datetimes
,test_transform_absent_categories
,test_ffill_not_in_axis
,test_transform_invalid_name_raises
,test_transform_agg_by_name
,test_transform_lambda_with_datetimetz
,test_transform_fastpath_raises
,test_transform_lambda_indexing
,test_categorical_and_not_categorical_key
,test_string_rank_grouping
-
pandas-1.3.3/pandas/tests/groupby/transform/test_numba.py
(6137 characters, 585 words)
imported modules:
pytest
,pandas.errors
,pandas
,pandas.core.util.numba_
defined functions:
test_correct_function_signature
,test_check_nopython_kwargs
,test_numba_vs_cython
,test_cache
,test_use_global_config
,test_multifunc_notimplimented
,test_args_not_cached
,test_index_data_correctly_passed
-
pandas-1.3.3/pandas/tests/groupby/aggregate/test_aggregate.py
(42197 characters, 3939 words)
imported modules:
datetime
,functools
,functools
,re
,pytest
,pandas.errors
,pandas.core.dtypes.common
,pandas
,pandas.core.base
,pandas.core.groupby.grouper
defined classes:
TestNamedAggregationSeries
,TestNamedAggregationDataFrame
,TestLambdaMangling
defined functions:
test_groupby_agg_no_extra_calls
,test_agg_regression1
,test_agg_must_agg
,test_agg_ser_multi_key
,test_groupby_aggregation_mixed_dtype
,test_groupby_aggregation_multi_level_column
,test_agg_apply_corner
,test_agg_grouping_is_list_tuple
,test_agg_python_multiindex
,test_aggregate_str_func
,test_agg_str_with_kwarg_axis_1_raises
,test_aggregate_item_by_item
,test_wrap_agg_out
,test_agg_multiple_functions_maintain_order
,test_agg_multiple_functions_same_name
,test_agg_multiple_functions_same_name_with_ohlc_present
,test_multiple_functions_tuples_and_non_tuples
,test_more_flexible_frame_multi_function
,test_multi_function_flexible_mix
,test_groupby_agg_coercing_bools
,test_bool_agg_dtype
,test_callable_result_dtype_frame
,test_callable_result_dtype_series
,test_order_aggregate_multiple_funcs
,test_uint64_type_handling
,test_func_duplicates_raises
,test_agg_index_has_complex_internals
,test_agg_split_block
,test_agg_split_object_part_datetime
,test_agg_relabel_multiindex_column
,test_agg_relabel_multiindex_raises_not_exist
,test_agg_relabel_multiindex_duplicates
,test_groupby_aggregate_empty_key
,test_groupby_aggregate_empty_key_empty_return
,test_grouby_agg_loses_results_with_as_index_false_relabel
,test_grouby_agg_loses_results_with_as_index_false_relabel_multiindex
,test_multiindex_custom_func
,myfunc
,test_lambda_named_agg
,test_aggregate_mixed_types
,test_aggregate_udf_na_extension_type
,test_groupby_get_by_index
,test_groupby_single_agg_cat_cols
,test_groupby_combined_aggs_cat_cols
,test_nonagg_agg
,test_agg_no_suffix_index
,test_aggregate_datetime_objects
,test_groupby_index_object_dtype
,test_timeseries_groupby_agg
-
pandas-1.3.3/pandas/tests/groupby/aggregate/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/groupby/aggregate/test_numba.py
(6364 characters, 600 words)
imported modules:
pytest
,pandas.errors
,pandas
,pandas.core.util.numba_
defined functions:
test_correct_function_signature
,test_check_nopython_kwargs
,test_numba_vs_cython
,test_cache
,test_use_global_config
,test_multifunc_notimplimented
,test_args_not_cached
,test_index_data_correctly_passed
-
pandas-1.3.3/pandas/tests/groupby/aggregate/test_other.py
(20307 characters, 1919 words)
imported modules:
functools
,pytest
,pandas
,pandas.core.base
,pandas.io.formats.printing
defined functions:
test_agg_api
,test_agg_datetimes_mixed
,test_agg_period_index
,test_agg_dict_parameter_cast_result_dtypes
,test_agg_cast_results_dtypes
,test_aggregate_float64_no_int64
,test_aggregate_api_consistency
,test_agg_dict_renaming_deprecation
,test_agg_compat
,test_agg_nested_dicts
,test_agg_item_by_item_raise_typeerror
,test_series_agg_multikey
,test_series_agg_multi_pure_python
,test_agg_consistency
,test_agg_callables
,test_agg_over_numpy_arrays
,test_agg_tzaware_non_datetime_result
,test_agg_timezone_round_trip
,test_sum_uint64_overflow
,test_agg_structs_dataframe
,test_agg_structs_series
,test_agg_category_nansum
,test_agg_list_like_func
,test_agg_lambda_with_timezone
,test_groupby_agg_err_catching
-
pandas-1.3.3/pandas/tests/groupby/aggregate/test_cython.py
(11147 characters, 1002 words)
imported modules:
pytest
,pandas.core.dtypes.common
,pandas
defined functions:
test_cythonized_aggers
,test_cython_agg_boolean
,test_cython_agg_nothing_to_agg
,test_cython_agg_nothing_to_agg_with_dates
,test_cython_agg_frame_columns
,test_cython_agg_return_dict
,test_cython_fail_agg
,test__cython_agg_general
,test_cython_agg_empty_buckets
,test_cython_agg_empty_buckets_nanops
,test_cython_with_timestamp_and_nat
,test_read_only_buffer_source_agg
,test_cython_agg_nullable_int
,test_cython_agg_EA_known_dtypes
-
pandas-1.3.3/pandas/tests/scalar/test_nat.py
(19903 characters, 1746 words)
imported modules:
datetime
,operator
,pytest
,pytz
,pandas._libs.tslibs
,pandas.core.dtypes.common
,pandas
,pandas.core.arrays
,pandas.core.ops
defined functions:
test_nat_fields
,test_nat_vector_field_access
,test_identity
,test_equality
,test_round_nat
,test_nat_methods_raise
,test_nat_methods_nan
,test_nat_methods_nat
,test_nat_iso_format
,test_missing_public_nat_methods
,_get_overlap_public_nat_methods
,test_overlap_public_nat_methods
,test_nat_doc_strings
,test_nat_arithmetic_scalar
,test_nat_rfloordiv_timedelta
,test_nat_arithmetic_index
,test_nat_arithmetic_td64_vector
,test_nat_arithmetic_ndarray
,test_nat_pinned_docstrings
,test_to_numpy_alias
,test_nat_comparisons
,test_nat_comparisons_numpy
,test_nat_comparisons_invalid
,test_nat_comparisons_invalid_ndarray
,test_compare_date
,test_nat_addsub_tdlike_scalar
,test_pickle
-
pandas-1.3.3/pandas/tests/scalar/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/scalar/test_na_scalar.py
(7221 characters, 836 words)
imported modules:
pickle
,pytest
,pandas._libs.missing
,pandas.core.dtypes.common
defined functions:
test_singleton
,test_repr
,test_format
,test_truthiness
,test_hashable
,test_arithmetic_ops
,test_comparison_ops
,test_pow_special
,test_rpow_special
,test_rpow_minus_one
,test_unary_ops
,test_logical_and
,test_logical_or
,test_logical_xor
,test_logical_not
,test_arithmetic_ndarray
,test_is_scalar
,test_isna
,test_series_isna
,test_ufunc
,test_ufunc_raises
,test_binary_input_not_dunder
,test_divmod_ufunc
,test_integer_hash_collision_dict
,test_integer_hash_collision_set
,test_pickle_roundtrip
,test_pickle_roundtrip_pandas
,test_pickle_roundtrip_containers
-
pandas-1.3.3/pandas/tests/scalar/period/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/scalar/period/test_period.py
(54989 characters, 5126 words)
imported modules:
datetime
,pytest
,pytz
,pandas._libs.tslibs
,pandas._libs.tslibs.ccalendar
,pandas._libs.tslibs.np_datetime
,pandas._libs.tslibs.parsing
,pandas._libs.tslibs.period
,pandas._libs.tslibs.timezones
,pandas.compat
,pandas
defined classes:
TestPeriodConstruction
,TestPeriodMethods
,TestPeriodProperties
,TestPeriodField
,TestPeriodComparisons
,TestArithmetic
defined functions:
test_period_immutable
,test_small_year_parsing
,test_negone_ordinals
,test_invalid_frequency_error_message
-
pandas-1.3.3/pandas/tests/scalar/period/test_asfreq.py
(36408 characters, 3053 words)
imported modules:
pytest
,pandas._libs.tslibs.dtypes
,pandas._libs.tslibs.period
,pandas.errors
,pandas
defined classes:
TestFreqConversion
-
pandas-1.3.3/pandas/tests/scalar/timedelta/test_formats.py
(1261 characters, 87 words)
imported modules:
pytest
,pandas
defined functions:
test_repr
,test_isoformat
-
pandas-1.3.3/pandas/tests/scalar/timedelta/test_timedelta.py
(21483 characters, 1919 words)
imported modules:
datetime
,pytest
,pandas._libs
,pandas._libs.tslibs
,pandas
defined classes:
TestTimedeltaUnaryOps
,TestTimedeltas
defined functions:
test_truthiness
,test_timedelta_attribute_precision
-
pandas-1.3.3/pandas/tests/scalar/timedelta/test_constructors.py
(11842 characters, 1050 words)
imported modules:
datetime
,itertools
,pytest
,pandas._libs.tslibs
,pandas
defined functions:
test_construction
,test_td_construction_with_np_dtypes
,test_td_from_repr_roundtrip
,test_overflow_on_construction
,test_construction_out_of_bounds_td64
,test_iso_constructor
,test_iso_constructor_raises
,test_td_constructor_on_nanoseconds
,test_td_constructor_value_error
,test_timedelta_constructor_identity
,test_string_with_unit
,test_string_without_numbers
-
pandas-1.3.3/pandas/tests/scalar/timedelta/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/scalar/timedelta/test_arithmetic.py
(33476 characters, 2990 words)
imported modules:
datetime
,operator
,pytest
,pandas.errors
,pandas
,pandas.core
defined classes:
TestTimedeltaAdditionSubtraction
,TestTimedeltaMultiplicationDivision
,TestTimedeltaComparison
defined functions:
test_ops_notimplemented
,test_ops_error_str
-
pandas-1.3.3/pandas/tests/scalar/timestamp/test_timezones.py
(16201 characters, 1232 words)
imported modules:
datetime
,dateutil
,dateutil.tz
,pytest
,pytz
,pytz.exceptions
,pandas._libs.tslibs
,pandas.errors
,pandas
defined classes:
TestTimestampTZOperations
-
pandas-1.3.3/pandas/tests/scalar/timestamp/test_timestamp.py
(22789 characters, 1950 words)
imported modules:
calendar
,datetime
,locale
,pickle
,unicodedata
,dateutil.tz
,pytest
,pytz
,pytz
,pandas.compat
,pandas
,pandas.tseries
defined classes:
TestTimestampProperties
,TestTimestamp
,TestTimestampNsOperations
,TestTimestampToJulianDate
,TestTimestampConversion
,SubDatetime
defined functions:
test_dt_subclass_add_timedelta
-
pandas-1.3.3/pandas/tests/scalar/timestamp/test_comparisons.py
(10377 characters, 1072 words)
imported modules:
datetime
,operator
,pytest
,pandas
defined classes:
TestTimestampComparison
defined functions:
test_rich_comparison_with_unsupported_type
-
pandas-1.3.3/pandas/tests/scalar/timestamp/test_constructors.py
(22542 characters, 1894 words)
imported modules:
calendar
,datetime
,dateutil.tz
,dateutil.tz
,pytest
,pytz
,pandas.compat
,pandas.errors
,pandas
,pandas.tseries
defined classes:
TestTimestampConstructors
defined functions:
test_constructor_ambigous_dst
,test_constructor_before_dst_switch
,test_timestamp_constructor_identity
,test_constructor_missing_keyword
-
pandas-1.3.3/pandas/tests/scalar/timestamp/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/scalar/timestamp/test_unary_ops.py
(18076 characters, 1613 words)
imported modules:
datetime
,dateutil.tz
,pytest
,pytz
,pytz
,pandas._libs
,pandas._libs.tslibs
,pandas._libs.tslibs.period
defined classes:
TestTimestampUnaryOps
defined functions:
test_replace_preserves_fold
-
pandas-1.3.3/pandas/tests/scalar/timestamp/test_arithmetic.py
(9286 characters, 856 words)
imported modules:
datetime
,pytest
,pandas._libs.tslibs
defined classes:
TestTimestampArithmetic
-
pandas-1.3.3/pandas/tests/scalar/timestamp/test_rendering.py
(4194 characters, 354 words)
imported modules:
pprint
,pytest
,pytz
,pandas
defined classes:
TestTimestampRendering
-
pandas-1.3.3/pandas/tests/scalar/interval/test_ops.py
(2353 characters, 243 words)
imported modules:
pytest
,pandas
defined classes:
TestOverlaps
defined functions:
start_shift
-
pandas-1.3.3/pandas/tests/scalar/interval/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/scalar/interval/test_arithmetic.py
(1836 characters, 146 words)
imported modules:
datetime
,pytest
,pandas
defined functions:
test_time_interval_add_subtract_timedelta
,test_numeric_interval_add_timedelta_raises
,test_timdelta_add_timestamp_interval
-
pandas-1.3.3/pandas/tests/scalar/interval/test_interval.py
(8861 characters, 860 words)
imported modules:
pytest
,pandas
defined classes:
TestInterval
defined functions:
interval
-
pandas-1.3.3/pandas/tests/reductions/test_reductions.py
(49578 characters, 4406 words)
imported modules:
datetime
,pytest
,pandas
,pandas.core
defined classes:
TestReductions
,TestIndexReductions
,TestSeriesReductions
,TestDatetime64SeriesReductions
,TestCategoricalSeriesReductions
,TestSeriesMode
defined functions:
get_objs
-
pandas-1.3.3/pandas/tests/reductions/test_stat_reductions.py
(9649 characters, 851 words)
imported modules:
inspect
,pytest
,pandas
,pandas.core.arrays
defined classes:
TestDatetimeLikeStatReductions
,TestSeriesStatReductions
-
pandas-1.3.3/pandas/tests/reductions/__init__.py
(125 characters, 20 words)
-
pandas-1.3.3/pandas/tests/internals/test_managers.py
(2527 characters, 212 words)
imported modules:
pandas.core.dtypes.missing
,pandas.core.internals
defined functions:
test_dataframe_creation
,test_series_creation
-
pandas-1.3.3/pandas/tests/internals/test_internals.py
(48469 characters, 4086 words)
imported modules:
datetime
,itertools
,re
,pytest
,pandas._libs.internals
,pandas.core.dtypes.common
,pandas
,pandas.core.arrays
,pandas.core.internals
,pandas.core.internals.blocks
defined classes:
TestBlock
,TestBlockManager
,TestIndexing
,TestBlockPlacement
,TestCanHoldElement
,TestShouldStore
defined functions:
block_maker
,mgr
,assert_block_equal
,get_numeric_mat
,create_block
,create_single_mgr
,create_mgr
,_as_array
,test_validate_ndim
,test_block_shape
,test_make_block_no_pandas_array
,test_single_block_manager_fastpath_deprecated
-
pandas-1.3.3/pandas/tests/internals/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/internals/test_api.py
(1275 characters, 108 words)
imported modules:
pandas.core
,pandas.core.internals
defined functions:
test_internals_api
,test_namespace
,test_make_block_2d_with_dti
-
pandas-1.3.3/pandas/tests/resample/test_period_index.py
(33752 characters, 2432 words)
imported modules:
datetime
,dateutil
,pytest
,pytz
,pandas._libs.tslibs.ccalendar
,pandas._libs.tslibs.period
,pandas.errors
,pandas
,pandas.core.indexes.datetimes
,pandas.core.indexes.period
,pandas.core.resample
defined classes:
TestPeriodIndex
defined functions:
_index_factory
,_series_name
-
pandas-1.3.3/pandas/tests/resample/test_resample_api.py
(21016 characters, 1913 words)
imported modules:
datetime
,pytest
,pandas
,pandas.core.indexes.datetimes
defined functions:
test_frame
,test_str
,test_api
,test_groupby_resample_api
,test_groupby_resample_on_api
,test_pipe
,test_getitem
,test_select_bad_cols
,test_attribute_access
,test_api_compat_before_use
,tests_skip_nuisance
,test_downsample_but_actually_upsampling
,test_combined_up_downsampling_of_irregular
,test_transform
,test_fillna
,test_apply_without_aggregation
,test_agg_consistency
,test_agg_consistency_int_str_column_mix
,test_agg
,test_agg_misc
,test_agg_nested_dicts
,test_try_aggregate_non_existing_column
,test_selection_api_validation
,test_agg_with_datetime_index_list_agg_func
,test_resample_agg_readonly
,test_end_and_end_day_origin
-
pandas-1.3.3/pandas/tests/resample/test_datetime_index.py
(60137 characters, 5055 words)
imported modules:
datetime
,functools
,io
,pytest
,pytz
,pandas._libs
,pandas.errors
,pandas
,pandas.core.groupby.grouper
,pandas.core.indexes.datetimes
,pandas.core.indexes.period
,pandas.core.resample
,pandas.tseries.offsets
defined functions:
_index_factory
,_index_freq
,_static_values
,test_custom_grouper
,test_resample_basic
,test_resample_integerarray
,test_resample_basic_grouper
,test_resample_string_kwargs
,test_resample_how
,test_resample_how_ohlc
,test_numpy_compat
,test_resample_how_callables
,test_resample_rounding
,test_resample_basic_from_daily
,test_resample_upsampling_picked_but_not_correct
,test_resample_frame_basic
,test_resample_upsample
,test_resample_how_method
,test_resample_extra_index_point
,test_upsample_with_limit
,test_nearest_upsample_with_limit
,test_resample_ohlc
,test_resample_ohlc_result
,test_resample_ohlc_dataframe
,test_resample_dup_index
,test_resample_reresample
,test_resample_timestamp_to_period
,test_ohlc_5min
,test_downsample_non_unique
,test_asfreq_non_unique
,test_resample_axis1
,test_resample_anchored_ticks
,test_resample_single_group
,test_resample_offset
,test_resample_origin
,test_resample_bad_origin
,test_resample_bad_offset
,test_resample_origin_prime_freq
,test_resample_origin_with_tz
,test_resample_origin_epoch_with_tz_day_vs_24h
,test_resample_origin_with_day_freq_on_dst
,test_resample_daily_anchored
,test_resample_to_period_monthly_buglet
,test_period_with_agg
,test_resample_segfault
,test_resample_dtype_preservation
,test_resample_dtype_coercion
,test_weekly_resample_buglet
,test_monthly_resample_error
,test_nanosecond_resample_error
,test_resample_anchored_intraday
,test_resample_anchored_monthstart
,test_resample_anchored_multiday
,test_corner_cases
,test_anchored_lowercase_buglet
,test_upsample_apply_functions
,test_resample_not_monotonic
,test_resample_median_bug_1688
,test_how_lambda_functions
,test_resample_unequal_times
,test_resample_consistency
,test_resample_timegrouper
,test_resample_nunique
,test_resample_nunique_preserves_column_level_names
,test_resample_nunique_with_date_gap
,test_resample_group_info
,test_resample_size
,test_resample_across_dst
,test_groupby_with_dst_time_change
,test_resample_dst_anchor
,test_downsample_across_dst
,test_downsample_across_dst_weekly
,test_downsample_dst_at_midnight
,test_resample_with_nat
,test_resample_datetime_values
,test_resample_apply_with_additional_args
,test_resample_equivalent_offsets
,test_get_timestamp_range_edges
,test_resample_apply_product
,test_resample_calendar_day_with_dst
,test_resample_aggregate_functions_min_count
-
pandas-1.3.3/pandas/tests/resample/test_time_grouper.py
(11114 characters, 944 words)
imported modules:
datetime
,operator
,pytest
,pandas
,pandas.core.groupby.grouper
,pandas.core.indexes.datetimes
defined functions:
test_apply
,test_count
,test_numpy_reduction
,test_apply_iteration
,test_fails_on_no_datetime_index
,test_aaa_group_order
,test_aggregate_normal
,test_resample_entirely_nat_window
,test_aggregate_with_nat
,test_aggregate_with_nat_size
,test_repr
,test_upsample_sum
,test_groupby_resample_interpolate
-
pandas-1.3.3/pandas/tests/resample/test_base.py
(8132 characters, 701 words)
imported modules:
datetime
,pytest
,pandas
,pandas.core.groupby.groupby
,pandas.core.groupby.grouper
,pandas.core.indexes.datetimes
,pandas.core.indexes.period
,pandas.core.indexes.timedeltas
,pandas.core.resample
defined functions:
create_index
,test_asfreq
,test_asfreq_fill_value
,test_resample_interpolate
,test_raises_on_non_datetimelike_index
,test_resample_empty_series
,test_resample_nat_index_series
,test_resample_count_empty_series
,test_resample_empty_dataframe
,test_resample_count_empty_dataframe
,test_resample_size_empty_dataframe
,test_resample_empty_dtypes
,test_apply_to_empty_series
,test_resampler_is_iterable
,test_resample_quantile
-
pandas-1.3.3/pandas/tests/resample/test_resampler_grouper.py
(14411 characters, 1241 words)
imported modules:
textwrap
,pytest
,pandas.util._test_decorators
,pandas
,pandas.core.indexes.datetimes
defined functions:
test_deferred_with_groupby
,test_getitem
,test_getitem_multiple
,test_groupby_resample_on_api_with_getitem
,test_groupby_with_origin
,test_nearest
,test_methods
,test_apply
,test_apply_with_mutated_index
,test_apply_columns_multilevel
,test_resample_groupby_with_label
,test_consistency_with_window
,test_median_duplicate_columns
,test_apply_to_one_column_of_df
,test_resample_groupby_agg
,test_resample_groupby_agg_listlike
,test_empty
,test_resample_groupby_agg_object_dtype_all_nan
-
pandas-1.3.3/pandas/tests/resample/test_timedelta.py
(6370 characters, 538 words)
imported modules:
datetime
,pytest
,pandas
,pandas.core.indexes.timedeltas
defined functions:
test_asfreq_bug
,test_resample_with_nat
,test_resample_as_freq_with_subperiod
,test_resample_with_timedeltas
,test_resample_single_period_timedelta
,test_resample_timedelta_idempotency
,test_resample_offset_with_timedeltaindex
,test_resample_categorical_data_with_timedeltaindex
,test_resample_timedelta_values
,test_resample_timedelta_edge_case
,test_resample_with_timedelta_yields_no_empty_groups
,test_resample_quantile_timedelta
-
pandas-1.3.3/pandas/tests/resample/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/resample/conftest.py
(4162 characters, 395 words)
imported modules:
datetime
,pytest
,pandas
,pandas.core.indexes.datetimes
,pandas.core.indexes.period
defined functions:
downsample_method
,resample_method
,simple_date_range_series
,simple_period_range_series
,_index_start
,_index_end
,_index_freq
,_index_name
,index
,_static_values
,_series_name
,series
,empty_series_dti
,frame
,empty_frame_dti
,series_and_frame
-
pandas-1.3.3/pandas/tests/resample/test_deprecated.py
(11249 characters, 952 words)
imported modules:
datetime
,pytest
,pandas
,pandas.core.indexes.datetimes
,pandas.core.indexes.period
,pandas.core.indexes.timedeltas
,pandas.tseries.offsets
defined functions:
_index_factory
,create_index
,test_deprecating_on_loffset_and_base
,test_resample_loffset_arg_type
,test_resample_loffset
,test_resample_loffset_upsample
,test_resample_loffset_count
,test_resample_base
,test_resample_float_base
,test_loffset_returns_datetimeindex
,test_resample_with_non_zero_base
,test_resample_base_with_timedeltaindex
,test_interpolate_posargs_deprecation
-
pandas-1.3.3/pandas/tests/tseries/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/tseries/offsets/test_month.py
(28586 characters, 2543 words)
imported modules:
datetime
,pytest
,pandas._libs.tslibs
,pandas._libs.tslibs.offsets
,pandas
,pandas.tests.tseries.offsets.common
,pandas.tests.tseries.offsets.test_offsets
,pandas.tseries.holiday
defined classes:
CustomBusinessMonthBase
,TestCustomBusinessMonthEnd
,TestCustomBusinessMonthBegin
,TestSemiMonthEnd
,TestSemiMonthBegin
-
pandas-1.3.3/pandas/tests/tseries/offsets/test_yqm_offsets.py
(50949 characters, 4515 words)
imported modules:
datetime
,pytest
,pandas
,pandas.tests.tseries.offsets.common
,pandas.tseries.offsets
defined classes:
TestMonthBegin
,TestMonthEnd
,TestBMonthBegin
,TestBMonthEnd
,TestQuarterBegin
,TestQuarterEnd
,TestBQuarterBegin
,TestBQuarterEnd
,TestYearBegin
,TestYearEnd
,TestYearEndDiffMonth
,TestBYearBegin
,TestBYearEnd
,TestBYearEndLagged
defined functions:
test_quarterly_dont_normalize
,test_apply_index
,test_on_offset
-
pandas-1.3.3/pandas/tests/tseries/offsets/test_offsets_properties.py
(3608 characters, 368 words)
imported modules:
warnings
,hypothesis
,hypothesis.errors
,pytest
,pytz
,pandas
,pandas.tseries.offsets
defined functions:
test_on_offset_implementations
,test_shift_across_dst
-
pandas-1.3.3/pandas/tests/tseries/offsets/test_opening_times.py
(17112 characters, 1517 words)
imported modules:
datetime
,pytest
,pandas._libs.tslibs.offsets
defined classes:
TestOpeningTimes
-
pandas-1.3.3/pandas/tests/tseries/offsets/test_dst.py
(6116 characters, 498 words)
imported modules:
datetime
,pytest
,pandas._libs.tslibs
,pandas._libs.tslibs.offsets
,pandas.tests.tseries.offsets.test_offsets
defined classes:
TestDST
-
pandas-1.3.3/pandas/tests/tseries/offsets/test_fiscal.py
(28041 characters, 2157 words)
imported modules:
datetime
,dateutil.relativedelta
,pytest
,pandas._libs.tslibs.period
,pandas
,pandas.tests.tseries.offsets.common
,pandas.tseries.frequencies
,pandas.tseries.offsets
defined classes:
TestFY5253LastOfMonth
,TestFY5253NearestEndMonth
,TestFY5253LastOfMonthQuarter
,TestFY5253NearestEndMonthQuarter
defined functions:
makeFY5253LastOfMonthQuarter
,makeFY5253NearestEndMonthQuarter
,makeFY5253NearestEndMonth
,makeFY5253LastOfMonth
,test_get_offset_name
,test_get_offset
,test_bunched_yearends
,test_fy5253_last_onoffset
,test_fy5253_nearest_onoffset
,test_fy5253qtr_onoffset_nearest
,test_fy5253qtr_onoffset_last
-
pandas-1.3.3/pandas/tests/tseries/offsets/test_ticks.py
(10779 characters, 1215 words)
imported modules:
datetime
,hypothesis
,pytest
,pandas._libs.tslibs.offsets
,pandas
,pandas.tests.tseries.offsets.common
,pandas.tseries
,pandas.tseries.offsets
defined functions:
test_apply_ticks
,test_delta_to_tick
,test_tick_add_sub
,test_tick_equality
,test_Hour
,test_Minute
,test_Second
,test_Millisecond
,test_MillisecondTimestampArithmetic
,test_Microsecond
,test_NanosecondGeneric
,test_Nanosecond
,test_tick_addition
,test_tick_division
,test_tick_mul_float
,test_tick_rdiv
,test_tick_zero
,test_tick_equalities
,test_tick_offset
,test_compare_ticks
,test_compare_ticks_to_strs
,test_compare_ticks_to_timedeltalike
-
pandas-1.3.3/pandas/tests/tseries/offsets/test_custom_business_hour.py
(12203 characters, 1165 words)
imported modules:
datetime
,pytest
,pandas._libs.tslibs
,pandas._libs.tslibs.offsets
,pandas.tests.tseries.offsets.common
,pandas.tseries.holiday
defined classes:
TestCustomBusinessHour
-
pandas-1.3.3/pandas/tests/tseries/offsets/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/tseries/offsets/conftest.py
(643 characters, 68 words)
imported modules:
pytest
,pandas._libs.tslibs.offsets
defined functions:
offset_types
,month_classes
-
pandas-1.3.3/pandas/tests/tseries/offsets/test_business_hour.py
(41394 characters, 4257 words)
imported modules:
datetime
,pytest
,pandas._libs.tslibs
,pandas._libs.tslibs.offsets
,pandas
,pandas.tests.tseries.offsets.common
defined classes:
TestBusinessHour
-
pandas-1.3.3/pandas/tests/tseries/offsets/test_business_day.py
(14619 characters, 1446 words)
imported modules:
datetime
,pytest
,pandas._libs.tslibs.offsets
,pandas.compat
,pandas
,pandas.tests.tseries.offsets.common
,pandas.tests.tseries.offsets.test_offsets
,pandas.tseries.holiday
defined classes:
TestBusinessDay
,TestCustomBusinessDay
-
pandas-1.3.3/pandas/tests/tseries/offsets/common.py
(6504 characters, 679 words)
imported modules:
__future__
,datetime
,dateutil.tz.tz
,pytest
,pandas._libs.tslibs
,pandas._libs.tslibs.offsets
,pandas.compat
defined classes:
WeekDay
,Base
defined functions:
assert_offset_equal
,assert_is_on_offset
-
pandas-1.3.3/pandas/tests/tseries/offsets/test_week.py
(10458 characters, 1075 words)
imported modules:
datetime
,pytest
,pandas._libs.tslibs
,pandas._libs.tslibs.offsets
,pandas.tests.tseries.offsets.common
defined classes:
TestWeek
,TestWeekOfMonth
,TestLastWeekOfMonth
-
pandas-1.3.3/pandas/tests/tseries/offsets/test_offsets.py
(30111 characters, 2548 words)
imported modules:
__future__
,datetime
,typing
,pytest
,pandas._libs.tslibs
,pandas._libs.tslibs.offsets
,pandas._libs.tslibs.period
,pandas.compat
,pandas.errors
,pandas
,pandas.tests.tseries.offsets.common
,pandas.tseries.offsets
defined classes:
TestCommon
,TestDateOffset
,TestOffsetNames
,TestOffsetAliases
,TestReprNames
defined functions:
test_Easter
,test_get_offset
,test_get_offset_legacy
,test_dateoffset_misc
,test_freq_offsets
,get_utc_offset_hours
,test_valid_default_arguments
,test_valid_month_attributes
,test_month_offset_name
,test_valid_relativedelta_kwargs
,test_valid_tick_attributes
,test_validate_n_error
,test_require_integers
,test_tick_normalize_raises
,test_weeks_onoffset
,test_weekofmonth_onoffset
,test_last_week_of_month_on_offset
,test_week_add_invalid
,test_dateoffset_immutable
,test_custom_businesshour_weekmask_and_holidays
-
pandas-1.3.3/pandas/tests/tseries/frequencies/test_inference.py
(14361 characters, 1180 words)
imported modules:
datetime
,pytest
,pandas._libs.tslibs.ccalendar
,pandas._libs.tslibs.period
,pandas.compat
,pandas
,pandas.core.tools.datetimes
defined functions:
_check_generated_range
,base_delta_code_pair
,count
,day
,month
,periods
,test_raise_if_period_index
,test_raise_if_too_few
,test_business_daily
,test_business_daily_look_alike
,test_day_corner
,test_non_datetime_index
,test_fifth_week_of_month_infer
,test_week_of_month_fake
,test_fifth_week_of_month
,test_monthly_ambiguous
,test_annual_ambiguous
,test_infer_freq_delta
,test_infer_freq_custom
,test_weekly_infer
,test_week_of_month_infer
,test_monthly_infer
,test_quarterly_infer
,test_annually_infer
,test_infer_freq_index
,test_infer_freq_tz
,test_infer_freq_tz_transition
,test_infer_freq_tz_transition_custom
,test_infer_freq_business_hour
,test_not_monotonic
,test_non_datetime_index2
,test_invalid_index_types
,test_invalid_index_types_unicode
,test_string_datetime_like_compat
,test_series
,test_series_invalid_type
,test_series_inconvertible_string
,test_series_period_index
,test_series_datetime_index
,test_legacy_offset_warnings
,test_ms_vs_capital_ms
-
pandas-1.3.3/pandas/tests/tseries/frequencies/test_freq_code.py
(2008 characters, 179 words)
imported modules:
pytest
,pandas._libs.tslibs
,pandas._libs.tslibs.dtypes
defined functions:
test_get_to_timestamp_base
,test_get_attrname_from_abbrev
,test_get_freq_roundtrip2
,test_resolution_bumping
,test_cat
-
pandas-1.3.3/pandas/tests/tseries/frequencies/test_frequencies.py
(821 characters, 65 words)
imported modules:
pytest
,pandas._libs.tslibs
,pandas.tseries.frequencies
defined functions:
test_super_sub_symmetry
-
pandas-1.3.3/pandas/tests/tseries/frequencies/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/tseries/holiday/test_federal.py
(1157 characters, 121 words)
imported modules:
datetime
,pandas.tseries.holiday
defined functions:
test_no_mlk_before_1986
,test_memorial_day
-
pandas-1.3.3/pandas/tests/tseries/holiday/test_calendar.py
(3531 characters, 337 words)
imported modules:
datetime
,pytest
,pandas
,pandas.tseries.holiday
defined functions:
test_calendar
,test_calendar_caching
,test_calendar_observance_dates
,test_rule_from_name
,test_calendar_2031
,test_no_holidays_calendar
-
pandas-1.3.3/pandas/tests/tseries/holiday/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/tseries/holiday/test_holiday.py
(8636 characters, 683 words)
imported modules:
datetime
,pytest
,pytz
,pandas.tseries.holiday
defined functions:
_check_holiday_results
,test_holiday_dates
,test_holidays_within_dates
,test_argument_types
,test_special_holidays
,test_get_calendar
,test_factory
,test_both_offset_observance_raises
-
pandas-1.3.3/pandas/tests/tseries/holiday/test_observance.py
(2723 characters, 233 words)
imported modules:
datetime
,pytest
,pandas.tseries.holiday
defined functions:
test_next_monday
,test_next_monday_or_tuesday
,test_previous_friday
,test_sunday_to_monday
,test_nearest_workday
,test_weekend_to_monday
,test_next_workday
,test_previous_workday
,test_before_nearest_workday
,test_after_nearest_workday
-
pandas-1.3.3/pandas/tests/indexes/test_common.py
(14359 characters, 1239 words)
imported modules:
re
,pytest
,pandas._libs.tslibs
,pandas.compat
,pandas.core.dtypes.common
,pandas
defined classes:
TestCommon
defined functions:
test_sort_values_invalid_na_position
,test_sort_values_with_missing
,test_ndarray_compat_properties
-
pandas-1.3.3/pandas/tests/indexes/test_any_index.py
(4243 characters, 380 words)
imported modules:
re
,pytest
defined classes:
TestConversion
,TestRoundTrips
,TestIndexing
,TestRendering
,TestReductions
defined functions:
test_boolean_context_compat
,test_sort
,test_hash_error
,test_copy_dtype_deprecated
,test_mutability
,test_map_identity_mapping
,test_wrong_number_names
,test_view_preserves_name
,test_ravel_deprecation
-
pandas-1.3.3/pandas/tests/indexes/test_setops.py
(27867 characters, 2418 words)
imported modules:
datetime
,operator
,pytest
,pandas.core.dtypes.cast
,pandas
,pandas.api.types
defined classes:
TestSetOps
,TestSetOpsUnsorted
defined functions:
test_union_same_types
,test_union_different_types
,test_compatible_inconsistent_pairs
,test_union_dtypes
,test_dunder_inplace_setops_deprecated
,test_intersection_duplicates
,test_setop_with_categorical
,test_intersection_duplicates_all_indexes
,test_union_duplicate_index_subsets_of_each_other
,test_union_with_duplicate_index_and_non_monotonic
,test_union_duplicate_index_different_dtypes
,test_union_same_value_duplicated_in_both
,test_union_nan_in_both
,test_union_with_duplicate_index_not_subset_and_non_monotonic
-
pandas-1.3.3/pandas/tests/indexes/test_base.py
(60964 characters, 4932 words)
imported modules:
collections
,datetime
,io
,math
,re
,pytest
,pandas.compat
,pandas.util._test_decorators
,pandas
,pandas.core.indexes.api
,pandas.tests.indexes.common
defined classes:
TestIndex
,TestMixedIntIndex
,TestIndexUtils
defined functions:
test_generated_op_names
,test_index_subclass_constructor_wrong_kwargs
,test_deprecated_fastpath
,test_shape_of_invalid_index
,test_validate_1d_input
,test_construct_from_memoryview
,test_index_set_names_pos_args_deprecation
,test_drop_duplicates_pos_args_deprecation
-
pandas-1.3.3/pandas/tests/indexes/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/indexes/test_indexing.py
(8571 characters, 756 words)
imported modules:
pytest
,pandas.errors
,pandas
defined classes:
TestTake
,TestContains
,TestGetValue
,TestGetIndexer
,TestConvertSliceIndexer
,TestPutmask
defined functions:
test_getitem_deprecated_float
,test_maybe_cast_slice_bound_kind_deprecated
-
pandas-1.3.3/pandas/tests/indexes/conftest.py
(723 characters, 86 words)
imported modules:
pytest
defined functions:
sort
,freq_sample
-
pandas-1.3.3/pandas/tests/indexes/test_index_new.py
(8204 characters, 618 words)
imported modules:
decimal
,pytest
,pandas.core.dtypes.common
,pandas
defined classes:
TestIndexConstructorInference
,TestDtypeEnforced
,TestIndexConstructorUnwrapping
-
pandas-1.3.3/pandas/tests/indexes/test_engines.py
(8922 characters, 755 words)
imported modules:
re
,pytest
defined classes:
TestDatetimeEngine
,TestTimedeltaEngine
,TestNumericEngine
,TestObjectEngine
defined functions:
numeric_indexing_engine_type_and_dtype
-
pandas-1.3.3/pandas/tests/indexes/test_frozen.py
(3069 characters, 248 words)
imported modules:
re
,pytest
,pandas.core.indexes.frozen
defined classes:
TestFrozenList
-
pandas-1.3.3/pandas/tests/indexes/datetimelike.py
(3985 characters, 341 words)
imported modules:
pytest
,pandas.tests.indexes.common
defined classes:
DatetimeLike
-
pandas-1.3.3/pandas/tests/indexes/common.py
(29516 characters, 2533 words)
imported modules:
__future__
,datetime
,gc
,pytest
,pandas._libs
,pandas._libs.tslibs
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas
,pandas.core.indexes.datetimelike
defined classes:
Base
,NumericBase
-
pandas-1.3.3/pandas/tests/indexes/test_numpy_compat.py
(3521 characters, 274 words)
imported modules:
pytest
,pandas.compat
,pandas
,pandas.core.indexes.datetimelike
defined functions:
test_numpy_ufuncs_basic
,test_numpy_ufuncs_other
-
pandas-1.3.3/pandas/tests/indexes/period/test_searchsorted.py
(2963 characters, 217 words)
imported modules:
pytest
,pandas._libs.tslibs
,pandas.compat
,pandas
defined classes:
TestSearchsorted
-
pandas-1.3.3/pandas/tests/indexes/period/test_setops.py
(12827 characters, 962 words)
imported modules:
pandas
defined classes:
TestPeriodIndex
defined functions:
_permute
-
pandas-1.3.3/pandas/tests/indexes/period/test_formats.py
(6587 characters, 619 words)
imported modules:
pytest
,pandas
defined classes:
TestPeriodIndexRendering
defined functions:
test_to_native_types
-
pandas-1.3.3/pandas/tests/indexes/period/test_period_range.py
(4259 characters, 334 words)
imported modules:
pytest
,pandas
defined classes:
TestPeriodRange
-
pandas-1.3.3/pandas/tests/indexes/period/test_ops.py
(968 characters, 78 words)
imported modules:
pytest
defined classes:
TestPeriodIndexOps
-
pandas-1.3.3/pandas/tests/indexes/period/test_tools.py
(1023 characters, 89 words)
imported modules:
pytest
,pandas
defined classes:
TestPeriodRepresentation
,TestPeriodIndexConversion
-
pandas-1.3.3/pandas/tests/indexes/period/test_join.py
(1790 characters, 131 words)
imported modules:
pytest
,pandas._libs.tslibs
,pandas
defined classes:
TestJoin
-
pandas-1.3.3/pandas/tests/indexes/period/test_constructors.py
(20479 characters, 1572 words)
imported modules:
pytest
,pandas._libs.tslibs.period
,pandas.core.dtypes.dtypes
,pandas
,pandas.core.arrays
defined classes:
TestPeriodIndex
,TestShallowCopy
,TestSeriesPeriod
-
pandas-1.3.3/pandas/tests/indexes/period/test_scalar_compat.py
(1140 characters, 87 words)
imported modules:
pandas
defined classes:
TestPeriodIndexOps
-
pandas-1.3.3/pandas/tests/indexes/period/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/indexes/period/test_indexing.py
(32656 characters, 2661 words)
imported modules:
datetime
,re
,pytest
,pandas.errors
,pandas
defined classes:
TestGetItem
,TestGetLoc
,TestGetIndexer
,TestWhere
,TestTake
,TestGetValue
,TestContains
,TestAsOfLocs
defined functions:
non_comparable_idx
-
pandas-1.3.3/pandas/tests/indexes/period/test_partial_slicing.py
(6476 characters, 486 words)
imported modules:
pytest
,pandas
defined classes:
TestPeriodIndex
-
pandas-1.3.3/pandas/tests/indexes/period/test_period.py
(15033 characters, 1196 words)
imported modules:
pytest
,pandas._libs.tslibs.period
,pandas
,pandas.tests.indexes.datetimelike
defined classes:
TestPeriodIndex
defined functions:
test_maybe_convert_timedelta
,test_is_monotonic_with_nat
,test_dunder_array
-
pandas-1.3.3/pandas/tests/indexes/period/test_monotonic.py
(1258 characters, 123 words)
imported modules:
pandas
defined functions:
test_is_monotonic_increasing
,test_is_monotonic_decreasing
-
pandas-1.3.3/pandas/tests/indexes/period/methods/test_to_timestamp.py
(3612 characters, 288 words)
imported modules:
datetime
,pytest
,pandas
defined classes:
TestToTimestamp
-
pandas-1.3.3/pandas/tests/indexes/period/methods/test_repeat.py
(772 characters, 68 words)
imported modules:
pytest
,pandas
defined classes:
TestRepeat
-
pandas-1.3.3/pandas/tests/indexes/period/methods/test_factorize.py
(1267 characters, 109 words)
imported modules:
pandas
defined classes:
TestFactorize
-
pandas-1.3.3/pandas/tests/indexes/period/methods/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/indexes/period/methods/test_fillna.py
(1125 characters, 85 words)
imported modules:
pandas
defined classes:
TestFillNA
-
pandas-1.3.3/pandas/tests/indexes/period/methods/test_insert.py
(482 characters, 47 words)
imported modules:
pytest
,pandas
defined classes:
TestInsert
-
pandas-1.3.3/pandas/tests/indexes/period/methods/test_shift.py
(4411 characters, 335 words)
imported modules:
pytest
,pandas
defined classes:
TestPeriodIndexShift
-
pandas-1.3.3/pandas/tests/indexes/period/methods/test_astype.py
(6704 characters, 495 words)
imported modules:
pytest
,pandas
defined classes:
TestPeriodIndexAsType
-
pandas-1.3.3/pandas/tests/indexes/period/methods/test_is_full.py
(570 characters, 57 words)
imported modules:
pytest
,pandas
defined functions:
test_is_full
-
pandas-1.3.3/pandas/tests/indexes/period/methods/test_asfreq.py
(5445 characters, 495 words)
imported modules:
pytest
,pandas
defined classes:
TestPeriodIndex
-
pandas-1.3.3/pandas/tests/indexes/datetimelike_/test_equals.py
(6176 characters, 459 words)
imported modules:
datetime
,pytest
,pandas
defined classes:
EqualsTests
,TestPeriodIndexEquals
,TestDatetimeIndexEquals
,TestTimedeltaIndexEquals
-
pandas-1.3.3/pandas/tests/indexes/datetimelike_/test_sort_values.py
(11421 characters, 739 words)
imported modules:
pytest
,pandas
defined classes:
TestSortValues
defined functions:
check_freq_ascending
,check_freq_nonmonotonic
,test_order_stability_compat
-
pandas-1.3.3/pandas/tests/indexes/datetimelike_/test_nat.py
(1390 characters, 105 words)
imported modules:
pytest
,pandas
defined classes:
NATests
,TestDatetimeIndexNA
,TestTimedeltaIndexNA
,TestPeriodIndexNA
-
pandas-1.3.3/pandas/tests/indexes/datetimelike_/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/indexes/datetimelike_/test_indexing.py
(1297 characters, 114 words)
imported modules:
pytest
,pandas
defined functions:
test_get_indexer_non_unique_wrong_dtype
-
pandas-1.3.3/pandas/tests/indexes/datetimelike_/test_value_counts.py
(3108 characters, 218 words)
imported modules:
pandas
defined classes:
TestValueCounts
-
pandas-1.3.3/pandas/tests/indexes/datetimelike_/test_drop_duplicates.py
(2394 characters, 190 words)
imported modules:
pytest
,pandas
defined classes:
DropDuplicates
,TestDropDuplicatesPeriodIndex
,TestDropDuplicatesDatetimeIndex
,TestDropDuplicatesTimedeltaIndex
-
pandas-1.3.3/pandas/tests/indexes/ranges/test_setops.py
(13286 characters, 1021 words)
imported modules:
datetime
,pytest
,pandas
defined classes:
TestRangeIndexSetOps
-
pandas-1.3.3/pandas/tests/indexes/ranges/test_join.py
(6115 characters, 579 words)
imported modules:
pandas
defined classes:
TestJoin
-
pandas-1.3.3/pandas/tests/indexes/ranges/test_constructors.py
(5255 characters, 468 words)
imported modules:
datetime
,pytest
,pandas
defined classes:
TestRangeIndexConstructors
-
pandas-1.3.3/pandas/tests/indexes/ranges/test_range.py
(16826 characters, 1561 words)
imported modules:
pytest
,pandas.core.dtypes.common
,pandas
,pandas.tests.indexes.common
defined classes:
TestRangeIndex
-
pandas-1.3.3/pandas/tests/indexes/ranges/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/indexes/ranges/test_indexing.py
(3010 characters, 284 words)
imported modules:
pytest
,pandas
defined classes:
TestGetIndexer
,TestTake
-
pandas-1.3.3/pandas/tests/indexes/datetimes/test_asof.py
(339 characters, 31 words)
imported modules:
pandas
defined classes:
TestAsOf
-
pandas-1.3.3/pandas/tests/indexes/datetimes/test_datetimelike.py
(991 characters, 91 words)
imported modules:
pytest
,pandas
,pandas.tests.indexes.datetimelike
defined classes:
TestDatetimeIndex
-
pandas-1.3.3/pandas/tests/indexes/datetimes/test_timezones.py
(45061 characters, 3537 words)
imported modules:
datetime
,dateutil
,dateutil.tz
,pytest
,pytz
,pandas._libs.tslibs
,pandas
defined classes:
FixedOffset
,TestDatetimeIndexTimezones
defined functions:
test_tz_localize_invalidates_freq
-
pandas-1.3.3/pandas/tests/indexes/datetimes/test_setops.py
(20456 characters, 1696 words)
imported modules:
datetime
,pytest
,pandas
,pandas.tseries.offsets
defined classes:
TestDatetimeIndexSetOps
,TestBusinessDatetimeIndex
,TestCustomDatetimeIndex
-
pandas-1.3.3/pandas/tests/indexes/datetimes/test_formats.py
(8849 characters, 659 words)
imported modules:
datetime
,dateutil.tz
,pytest
,pytz
,pandas
defined classes:
TestDatetimeIndexRendering
defined functions:
test_to_native_types_method_deprecated
,test_to_native_types
-
pandas-1.3.3/pandas/tests/indexes/datetimes/test_datetime.py
(7424 characters, 645 words)
imported modules:
datetime
,dateutil
,pytest
,pandas
defined classes:
TestDatetimeIndex
-
pandas-1.3.3/pandas/tests/indexes/datetimes/test_ops.py
(4838 characters, 460 words)
imported modules:
datetime
,dateutil.tz
,pytest
,pandas.compat
,pandas
,pandas.tseries.offsets
defined classes:
TestDatetimeIndexOps
,TestBusinessDatetimeIndex
,TestCustomDatetimeIndex
-
pandas-1.3.3/pandas/tests/indexes/datetimes/test_pickle.py
(1359 characters, 111 words)
imported modules:
pytest
,pandas
defined classes:
TestPickle
-
pandas-1.3.3/pandas/tests/indexes/datetimes/test_join.py
(4806 characters, 382 words)
imported modules:
datetime
,pytest
,pandas
,pandas.tseries.offsets
defined classes:
TestJoin
-
pandas-1.3.3/pandas/tests/indexes/datetimes/test_constructors.py
(41561 characters, 3146 words)
imported modules:
datetime
,functools
,operator
,dateutil
,pytest
,pytz
,pandas._libs.tslibs
,pandas
,pandas.core.arrays
defined classes:
TestDatetimeIndex
,TestTimeSeries
defined functions:
test_timestamp_constructor_invalid_fold_raise
,test_timestamp_constructor_pytz_fold_raise
,test_timestamp_constructor_fold_conflict
,test_timestamp_constructor_retain_fold
,test_timestamp_constructor_infer_fold_from_value
,test_timestamp_constructor_adjust_value_for_fold
-
pandas-1.3.3/pandas/tests/indexes/datetimes/test_scalar_compat.py
(12695 characters, 956 words)
imported modules:
datetime
,pytest
,pandas._libs.tslibs
,pandas._libs.tslibs.offsets
,pandas
defined classes:
TestDatetimeIndexOps
,TestDateTimeIndexToJulianDate
-
pandas-1.3.3/pandas/tests/indexes/datetimes/test_misc.py
(16291 characters, 1135 words)
imported modules:
calendar
,datetime
,locale
,unicodedata
,pytest
,pandas
defined classes:
TestTimeSeries
,TestDatetime64
defined functions:
test_iter_readonly
,test_week_and_weekofyear_are_deprecated
,test_isocalendar_returns_correct_values_close_to_new_year_with_tz
,test_add_timedelta_preserves_freq
-
pandas-1.3.3/pandas/tests/indexes/datetimes/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/indexes/datetimes/test_indexing.py
(27971 characters, 2225 words)
imported modules:
datetime
,pytest
,pandas.errors
,pandas
,pandas.tseries.offsets
defined classes:
TestGetItem
,TestWhere
,TestTake
,TestGetLoc
,TestContains
,TestGetIndexer
,TestMaybeCastSliceBound
,TestDatetimeIndex
,TestGetSliceBounds
,TestIndexerBetweenTime
-
pandas-1.3.3/pandas/tests/indexes/datetimes/test_partial_slicing.py
(14864 characters, 1167 words)
imported modules:
datetime
,operator
,pytest
,pandas
,pandas.core.indexing
defined classes:
TestSlicing
-
pandas-1.3.3/pandas/tests/indexes/datetimes/test_npfuncs.py
(384 characters, 33 words)
imported modules:
pandas
defined classes:
TestSplit
-
pandas-1.3.3/pandas/tests/indexes/datetimes/test_reindex.py
(2145 characters, 134 words)
imported modules:
datetime
,pandas
defined classes:
TestDatetimeIndexReindex
-
pandas-1.3.3/pandas/tests/indexes/datetimes/test_map.py
(1370 characters, 122 words)
imported modules:
pytest
,pandas
defined classes:
TestMap
-
pandas-1.3.3/pandas/tests/indexes/datetimes/test_delete.py
(4594 characters, 356 words)
imported modules:
pytest
,pandas
defined classes:
TestDelete
-
pandas-1.3.3/pandas/tests/indexes/datetimes/test_date_range.py
(36944 characters, 2934 words)
imported modules:
datetime
,pytest
,pytz
,pytz
,pandas._libs.tslibs
,pandas._libs.tslibs.offsets
,pandas.errors
,pandas
,pandas.core.arrays.datetimes
defined classes:
TestTimestampEquivDateRange
,TestDateRanges
,TestDateRangeTZ
,TestGenRangeGeneration
,TestBusinessDateRange
,TestCustomDateRange
defined functions:
test_date_range_with_custom_holidays
-
pandas-1.3.3/pandas/tests/indexes/datetimes/test_unique.py
(2206 characters, 200 words)
imported modules:
datetime
,pytest
,pandas
defined functions:
test_unique
,test_index_unique
,test_is_unique_monotonic
-
pandas-1.3.3/pandas/tests/indexes/datetimes/methods/test_to_frame.py
(372 characters, 32 words)
imported modules:
pandas
defined classes:
TestToFrame
-
pandas-1.3.3/pandas/tests/indexes/datetimes/methods/test_snap.py
(1195 characters, 99 words)
imported modules:
pytest
,pandas
defined functions:
test_dti_snap
-
pandas-1.3.3/pandas/tests/indexes/datetimes/methods/test_repeat.py
(2397 characters, 190 words)
imported modules:
pytest
,pandas
defined classes:
TestRepeat
-
pandas-1.3.3/pandas/tests/indexes/datetimes/methods/test_factorize.py
(3650 characters, 296 words)
imported modules:
pandas
defined classes:
TestDatetimeIndexFactorize
-
pandas-1.3.3/pandas/tests/indexes/datetimes/methods/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/indexes/datetimes/methods/test_to_series.py
(1275 characters, 107 words)
imported modules:
pytest
,pandas
defined classes:
TestToSeries
-
pandas-1.3.3/pandas/tests/indexes/datetimes/methods/test_fillna.py
(2004 characters, 135 words)
imported modules:
pytest
defined classes:
TestDatetimeIndexFillNA
-
pandas-1.3.3/pandas/tests/indexes/datetimes/methods/test_insert.py
(8905 characters, 755 words)
imported modules:
datetime
,pytest
,pytz
,pandas
defined classes:
TestInsert
-
pandas-1.3.3/pandas/tests/indexes/datetimes/methods/test_shift.py
(5476 characters, 431 words)
imported modules:
datetime
,pytest
,pytz
,pandas.errors
,pandas
defined classes:
TestDatetimeIndexShift
-
pandas-1.3.3/pandas/tests/indexes/datetimes/methods/test_to_period.py
(6751 characters, 514 words)
imported modules:
warnings
,dateutil.tz
,dateutil.tz
,pytest
,pytz
,pandas._libs.tslibs.ccalendar
,pandas._libs.tslibs.period
,pandas
defined classes:
TestToPeriod
-
pandas-1.3.3/pandas/tests/indexes/datetimes/methods/test_astype.py
(12015 characters, 860 words)
imported modules:
datetime
,dateutil
,pytest
,pytz
,pandas
defined classes:
TestDatetimeIndex
,TestAstype
-
pandas-1.3.3/pandas/tests/indexes/categorical/test_equals.py
(3331 characters, 294 words)
imported modules:
pytest
,pandas
defined classes:
TestEquals
-
pandas-1.3.3/pandas/tests/indexes/categorical/test_formats.py
(5899 characters, 518 words)
imported modules:
pandas
defined classes:
TestCategoricalIndexRepr
-
pandas-1.3.3/pandas/tests/indexes/categorical/test_append.py
(2191 characters, 187 words)
imported modules:
pytest
,pandas
defined classes:
TestAppend
-
pandas-1.3.3/pandas/tests/indexes/categorical/test_constructors.py
(6229 characters, 451 words)
imported modules:
pytest
,pandas
defined classes:
TestCategoricalIndexConstructors
-
pandas-1.3.3/pandas/tests/indexes/categorical/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/indexes/categorical/test_indexing.py
(14547 characters, 1205 words)
imported modules:
pytest
,pandas.errors
,pandas
defined classes:
TestTake
,TestGetLoc
,TestGetIndexer
,TestWhere
,TestContains
-
pandas-1.3.3/pandas/tests/indexes/categorical/test_fillna.py
(1756 characters, 190 words)
imported modules:
pytest
,pandas
defined classes:
TestFillNA
-
pandas-1.3.3/pandas/tests/indexes/categorical/test_reindex.py
(3756 characters, 293 words)
imported modules:
pytest
,pandas
defined classes:
TestReindex
-
pandas-1.3.3/pandas/tests/indexes/categorical/test_map.py
(4093 characters, 368 words)
imported modules:
pytest
,pandas
defined classes:
TestMap
-
pandas-1.3.3/pandas/tests/indexes/categorical/test_category.py
(14225 characters, 1155 words)
imported modules:
pytest
,pandas._libs.arrays
,pandas
,pandas.core.indexes.api
,pandas.tests.indexes.common
defined classes:
TestCategoricalIndex
,TestCategoricalIndex2
-
pandas-1.3.3/pandas/tests/indexes/categorical/test_astype.py
(2746 characters, 213 words)
imported modules:
datetime
,pytest
,pandas
defined classes:
TestAstype
-
pandas-1.3.3/pandas/tests/indexes/multi/test_compat.py
(3223 characters, 334 words)
imported modules:
pytest
,pandas
defined functions:
test_numeric_compat
,test_logical_compat
,test_inplace_mutation_resets_values
,test_pickle_compat_construction
-
pandas-1.3.3/pandas/tests/indexes/multi/test_integrity.py
(8533 characters, 803 words)
imported modules:
re
,pytest
,pandas.core.dtypes.cast
,pandas
defined functions:
test_labels_dtypes
,test_values_boxed
,test_values_multiindex_datetimeindex
,test_values_multiindex_periodindex
,test_consistency
,test_hash_collisions
,test_dims
,test_take_invalid_kwargs
,test_isna_behavior
,test_large_multiindex_error
,test_million_record_attribute_error
,test_can_hold_identifiers
,test_metadata_immutable
,test_level_setting_resets_attributes
,test_rangeindex_fallback_coercion_bug
,test_memory_usage
,test_nlevels
-
pandas-1.3.3/pandas/tests/indexes/multi/test_setops.py
(16824 characters, 1567 words)
imported modules:
pytest
,pandas
defined functions:
test_set_ops_error_cases
,test_intersection_base
,test_union_base
,test_difference_base
,test_symmetric_difference
,test_multiindex_symmetric_difference
,test_empty
,test_difference
,test_difference_sort_special
,test_difference_sort_special_true
,test_difference_sort_incomparable
,test_difference_sort_incomparable_true
,test_union
,test_intersection
,test_setop_with_categorical
,test_intersection_non_object
,test_intersect_equal_sort
,test_intersect_equal_sort_true
,test_union_sort_other_empty
,test_union_sort_other_empty_sort
,test_union_sort_other_incomparable
,test_union_sort_other_incomparable_sort
,test_union_non_object_dtype_raises
,test_union_empty_self_different_names
,test_union_multiindex_empty_rangeindex
,test_setops_disallow_true
,test_intersect_with_duplicates
,test_maybe_match_names
,test_intersection_equal_different_names
,test_intersection_different_names
,test_intersection_with_missing_values_on_both_sides
,test_union_nan_got_duplicated
,test_union_duplicates
-
pandas-1.3.3/pandas/tests/indexes/multi/test_get_set.py
(16464 characters, 1462 words)
imported modules:
pytest
,pandas.core.dtypes.dtypes
,pandas
defined functions:
assert_matching
,test_get_level_number_integer
,test_get_dtypes
,test_get_dtypes_no_level_name
,test_get_level_number_out_of_bounds
,test_set_name_methods
,test_set_levels_codes_directly
,test_set_levels
,test_set_codes
,test_set_levels_codes_names_bad_input
,test_set_names_with_nlevel_1
,test_multi_set_names_pos_args_deprecation
,test_set_levels_categorical
,test_set_value_keeps_names
,test_set_levels_with_iterable
,test_set_codes_inplace_deprecated
,test_set_levels_inplace_deprecated
,test_set_levels_pos_args_deprecation
,test_set_codes_pos_args_depreciation
-
pandas-1.3.3/pandas/tests/indexes/multi/test_analytics.py
(6843 characters, 691 words)
imported modules:
pytest
,pandas
defined functions:
test_shift
,test_groupby
,test_truncate_multiindex
,test_reorder_levels
,test_numpy_repeat
,test_append_mixed_dtypes
,test_iter
,test_sub
,test_map
,test_map_dictlike
,test_numpy_ufuncs
,test_numpy_type_funcs
-
pandas-1.3.3/pandas/tests/indexes/multi/test_formats.py
(8545 characters, 803 words)
imported modules:
warnings
,pytest
,pandas
defined classes:
TestRepr
defined functions:
test_format
,test_format_integer_names
,test_format_sparse_config
,test_format_sparse_display
,test_repr_with_unicode_data
,test_repr_roundtrip_raises
,test_unicode_string_with_unicode
,test_repr_max_seq_item_setting
-
pandas-1.3.3/pandas/tests/indexes/multi/test_get_level_values.py
(3596 characters, 340 words)
imported modules:
pandas
defined classes:
TestGetLevelValues
defined functions:
test_get_level_values
,test_get_level_values_all_na
,test_get_level_values_int_with_na
,test_get_level_values_na
,test_get_level_values_when_periods
-
pandas-1.3.3/pandas/tests/indexes/multi/test_partial_indexing.py
(3397 characters, 349 words)
imported modules:
pytest
,pandas
defined functions:
df
,test_partial_string_matching_single_index
,test_partial_string_timestamp_multiindex
,test_partial_string_timestamp_multiindex_str_key_raises
,test_partial_string_timestamp_multiindex_daily_resolution
-
pandas-1.3.3/pandas/tests/indexes/multi/test_sorting.py
(8570 characters, 818 words)
imported modules:
random
,pytest
,pandas.errors
,pandas
,pandas.core.indexes.frozen
defined functions:
test_sortlevel
,test_sortlevel_not_sort_remaining
,test_sortlevel_deterministic
,test_numpy_argsort
,test_unsortedindex
,test_unsortedindex_doc_examples
,test_reconstruct_sort
,test_reconstruct_remove_unused
,test_remove_unused_levels_large
,test_remove_unused_nan
,test_argsort
,test_remove_unused_levels_with_nan
-
pandas-1.3.3/pandas/tests/indexes/multi/test_drop.py
(6100 characters, 568 words)
imported modules:
warnings
,pytest
,pandas.errors
,pandas
defined functions:
test_drop
,test_droplevel_with_names
,test_droplevel_list
,test_drop_not_lexsorted
,test_drop_with_nan_in_index
,test_drop_with_non_monotonic_duplicates
,test_single_level_drop_partially_missing_elements
,test_droplevel_multiindex_one_level
-
pandas-1.3.3/pandas/tests/indexes/multi/test_isin.py
(2726 characters, 242 words)
imported modules:
pytest
,pandas
defined functions:
test_isin_nan
,test_isin
,test_isin_level_kwarg
,test_isin_multi_index_with_missing_value
-
pandas-1.3.3/pandas/tests/indexes/multi/test_join.py
(3774 characters, 342 words)
imported modules:
pytest
,pandas
defined functions:
test_join_level
,test_join_level_corner_case
,test_join_self
,test_join_multi
,test_join_self_unique
,test_join_multi_wrong_order
,test_join_multi_return_indexers
-
pandas-1.3.3/pandas/tests/indexes/multi/test_constructors.py
(25751 characters, 2354 words)
imported modules:
datetime
,itertools
,pytest
,pandas.core.dtypes.cast
,pandas
defined functions:
test_constructor_single_level
,test_constructor_no_levels
,test_constructor_nonhashable_names
,test_constructor_mismatched_codes_levels
,test_na_levels
,test_copy_in_constructor
,test_from_arrays
,test_from_arrays_iterator
,test_from_arrays_tuples
,test_from_arrays_index_series_period_datetimetz_and_timedelta
,test_from_arrays_index_datetimelike_mixed
,test_from_arrays_index_series_categorical
,test_from_arrays_empty
,test_from_arrays_invalid_input
,test_from_arrays_different_lengths
,test_from_arrays_respects_none_names
,test_from_tuples
,test_from_tuples_iterator
,test_from_tuples_empty
,test_from_tuples_index_values
,test_tuples_with_name_string
,test_from_tuples_with_tuple_label
,test_from_product_empty_zero_levels
,test_from_product_empty_one_level
,test_from_product_empty_two_levels
,test_from_product_empty_three_levels
,test_from_product_invalid_input
,test_from_product_datetimeindex
,test_from_product_rangeindex
,test_from_product_index_series_categorical
,test_from_product
,test_from_product_iterator
,test_from_product_infer_names
,test_from_product_respects_none_names
,test_from_product_readonly
,test_create_index_existing_name
,test_from_frame
,test_from_frame_error
,test_from_frame_dtype_fidelity
,test_from_frame_valid_names
,test_from_frame_invalid_names
,test_index_equal_empty_iterable
,test_raise_invalid_sortorder
,test_datetimeindex
,test_constructor_with_tz
,test_multiindex_inference_consistency
-
pandas-1.3.3/pandas/tests/indexes/multi/test_equivalence.py
(8881 characters, 870 words)
imported modules:
pytest
,pandas
defined functions:
test_equals
,test_equals_op
,test_compare_tuple
,test_compare_tuple_strs
,test_equals_multi
,test_identical
,test_equals_operator
,test_equals_missing_values
,test_equals_missing_values_differently_sorted
,test_is_
,test_is_all_dates
,test_is_numeric
,test_multiindex_compare
-
pandas-1.3.3/pandas/tests/indexes/multi/test_copy.py
(2798 characters, 275 words)
imported modules:
copy
,pytest
,pandas
defined functions:
assert_multiindex_copied
,test_copy
,test_shallow_copy
,test_view
,test_copy_and_deepcopy
,test_copy_method
,test_copy_method_kwargs
,test_copy_deprecated_parameters
-
pandas-1.3.3/pandas/tests/indexes/multi/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/indexes/multi/test_indexing.py
(31161 characters, 3080 words)
imported modules:
datetime
,pytest
,pandas.errors
,pandas
defined classes:
TestSliceLocs
,TestGetIndexer
,TestGetLoc
,TestWhere
,TestContains
defined functions:
test_putmask_with_wrong_mask
,test_getitem
,test_getitem_group_select
,test_getitem_bool_index_all
,test_getitem_bool_index_single
,test_timestamp_multiindex_indexer
,test_get_slice_bound_with_missing_value
,test_slice_indexer_with_missing_value
,test_pyint_engine
-
pandas-1.3.3/pandas/tests/indexes/multi/conftest.py
(2156 characters, 262 words)
imported modules:
pytest
,pandas
defined functions:
idx
,idx_dup
,index_names
,narrow_multi_index
,wide_multi_index
-
pandas-1.3.3/pandas/tests/indexes/multi/test_names.py
(6759 characters, 654 words)
imported modules:
pytest
,pandas
defined functions:
check_level_names
,test_slice_keep_name
,test_index_name_retained
,test_changing_names
,test_take_preserve_name
,test_copy_names
,test_names
,test_duplicate_level_names_access_raises
,test_get_names_from_levels
,test_setting_names_from_levels_raises
,test_name_mi_with_dict_like_duplicate_names
,test_name_mi_with_dict_like
,test_index_name_with_dict_like_raising
,test_multiindex_name_and_level_raising
-
pandas-1.3.3/pandas/tests/indexes/multi/test_monotonic.py
(6920 characters, 641 words)
imported modules:
pytest
,pandas
defined functions:
test_is_monotonic_increasing
,test_is_monotonic_decreasing
,test_is_strictly_monotonic_increasing
,test_is_strictly_monotonic_decreasing
,test_is_monotonic_with_nans
-
pandas-1.3.3/pandas/tests/indexes/multi/test_take.py
(2501 characters, 231 words)
imported modules:
pytest
defined functions:
test_take
,test_take_invalid_kwargs
,test_take_fill_value
-
pandas-1.3.3/pandas/tests/indexes/multi/test_reindex.py
(4548 characters, 389 words)
imported modules:
pytest
,pandas
defined functions:
test_reindex
,test_reindex_level
,test_reindex_preserves_names_when_target_is_list_or_ndarray
,test_reindex_lvl_preserves_names_when_target_is_list_or_array
,test_reindex_lvl_preserves_type_if_target_is_empty_list_or_array
,test_reindex_base
,test_reindex_non_unique
,test_reindex_empty_with_level
,test_reindex_not_all_tuples
-
pandas-1.3.3/pandas/tests/indexes/multi/test_missing.py
(3349 characters, 362 words)
imported modules:
pytest
,pandas
defined functions:
test_fillna
,test_dropna
,test_nulls
,test_hasnans_isnans
,test_nan_stays_float
,test_tuples_have_na
-
pandas-1.3.3/pandas/tests/indexes/multi/test_conversion.py
(4193 characters, 380 words)
imported modules:
pytest
,pandas
defined functions:
test_to_numpy
,test_to_frame
,test_to_frame_dtype_fidelity
,test_to_frame_resulting_column_order
,test_to_flat_index
-
pandas-1.3.3/pandas/tests/indexes/multi/test_duplicates.py
(10707 characters, 1155 words)
imported modules:
itertools
,pytest
,pandas._libs
,pandas
defined functions:
test_unique
,test_unique_datetimelike
,test_unique_level
,test_get_unique_index
,test_duplicate_multiindex_codes
,test_duplicate_level_names
,test_duplicate_meta_data
,test_has_duplicates
,test_has_duplicates_from_tuples
,test_has_duplicates_overflow
,test_duplicated
,test_duplicated_large
,test_duplicated2
,test_duplicated_drop_duplicates
,test_multi_drop_duplicates_pos_args_deprecation
-
pandas-1.3.3/pandas/tests/indexes/multi/test_reshape.py
(5048 characters, 501 words)
imported modules:
datetime
,pytest
,pytz
,pandas
defined functions:
test_insert
,test_append
,test_append_index
,test_repeat
,test_insert_base
,test_delete_base
-
pandas-1.3.3/pandas/tests/indexes/multi/test_lexsort.py
(1775 characters, 204 words)
imported modules:
pandas
defined classes:
TestIsLexsorted
,TestLexsortDepth
-
pandas-1.3.3/pandas/tests/indexes/multi/test_astype.py
(924 characters, 76 words)
imported modules:
pytest
,pandas.core.dtypes.dtypes
defined functions:
test_astype
,test_astype_category
-
pandas-1.3.3/pandas/tests/indexes/numeric/test_setops.py
(5646 characters, 475 words)
imported modules:
datetime
,pytest
,pandas
defined classes:
TestSetOps
,TestSetOpsSort
defined functions:
index_large
-
pandas-1.3.3/pandas/tests/indexes/numeric/test_numeric.py
(18929 characters, 1611 words)
imported modules:
pytest
,pandas._libs.tslibs
,pandas.compat
,pandas
,pandas.tests.indexes.common
defined classes:
TestFloat64Index
,NumericInt
,TestInt64Index
,TestUInt64Index
defined functions:
test_uint_index_does_not_convert_to_float64
,test_float64_index_equals
-
pandas-1.3.3/pandas/tests/indexes/numeric/test_join.py
(14776 characters, 1499 words)
imported modules:
pytest
,pandas
defined classes:
TestJoinInt64Index
,TestJoinUInt64Index
-
pandas-1.3.3/pandas/tests/indexes/numeric/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/indexes/numeric/test_indexing.py
(20799 characters, 1814 words)
imported modules:
pytest
,pandas
defined classes:
TestGetLoc
,TestGetIndexer
,TestWhere
,TestTake
,TestContains
,TestSliceLocs
,TestGetSliceBounds
defined functions:
index_large
-
pandas-1.3.3/pandas/tests/indexes/numeric/test_astype.py
(2960 characters, 249 words)
imported modules:
re
,pytest
,pandas.core.dtypes.common
,pandas
defined classes:
TestAstype
-
pandas-1.3.3/pandas/tests/indexes/timedeltas/test_searchsorted.py
(1040 characters, 90 words)
imported modules:
pytest
,pandas
defined classes:
TestSearchSorted
-
pandas-1.3.3/pandas/tests/indexes/timedeltas/test_setops.py
(9498 characters, 863 words)
imported modules:
pytest
,pandas
,pandas.tseries.offsets
defined classes:
TestTimedeltaIndex
,TestTimedeltaIndexDifference
-
pandas-1.3.3/pandas/tests/indexes/timedeltas/test_formats.py
(3293 characters, 351 words)
imported modules:
pytest
,pandas
defined classes:
TestTimedeltaIndexRendering
-
pandas-1.3.3/pandas/tests/indexes/timedeltas/test_timedelta_range.py
(3288 characters, 323 words)
imported modules:
pytest
,pandas
,pandas.tseries.offsets
defined classes:
TestTimedeltas
-
pandas-1.3.3/pandas/tests/indexes/timedeltas/test_ops.py
(2929 characters, 296 words)
imported modules:
pytest
,pandas
,pandas.tseries.offsets
defined classes:
TestTimedeltaIndexOps
-
pandas-1.3.3/pandas/tests/indexes/timedeltas/test_timedelta.py
(5638 characters, 521 words)
imported modules:
datetime
,pytest
,pandas
,pandas.tests.indexes.datetimelike
defined classes:
TestTimedeltaIndex
-
pandas-1.3.3/pandas/tests/indexes/timedeltas/test_join.py
(1514 characters, 120 words)
imported modules:
pandas
defined classes:
TestJoin
-
pandas-1.3.3/pandas/tests/indexes/timedeltas/test_constructors.py
(9519 characters, 804 words)
imported modules:
datetime
,pytest
,pandas
,pandas.core.arrays.timedeltas
defined classes:
TestTimedeltaIndex
-
pandas-1.3.3/pandas/tests/indexes/timedeltas/test_scalar_compat.py
(4512 characters, 421 words)
imported modules:
pytest
,pandas._libs.tslibs.offsets
,pandas
defined classes:
TestVectorizedTimedelta
-
pandas-1.3.3/pandas/tests/indexes/timedeltas/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/indexes/timedeltas/test_indexing.py
(12220 characters, 1071 words)
imported modules:
datetime
,re
,pytest
,pandas
defined classes:
TestGetItem
,TestGetLoc
,TestGetIndexer
,TestWhere
,TestTake
,TestMaybeCastSliceBound
-
pandas-1.3.3/pandas/tests/indexes/timedeltas/test_delete.py
(2398 characters, 225 words)
imported modules:
pandas
defined classes:
TestTimedeltaIndexDelete
-
pandas-1.3.3/pandas/tests/indexes/timedeltas/methods/test_repeat.py
(926 characters, 87 words)
imported modules:
pandas
defined classes:
TestRepeat
-
pandas-1.3.3/pandas/tests/indexes/timedeltas/methods/test_factorize.py
(1292 characters, 120 words)
imported modules:
pandas
defined classes:
TestTimedeltaIndexFactorize
-
pandas-1.3.3/pandas/tests/indexes/timedeltas/methods/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/indexes/timedeltas/methods/test_fillna.py
(597 characters, 57 words)
imported modules:
pandas
defined classes:
TestFillNA
-
pandas-1.3.3/pandas/tests/indexes/timedeltas/methods/test_insert.py
(4540 characters, 393 words)
imported modules:
datetime
,pytest
,pandas._libs
,pandas
defined classes:
TestTimedeltaIndexInsert
-
pandas-1.3.3/pandas/tests/indexes/timedeltas/methods/test_shift.py
(2751 characters, 219 words)
imported modules:
pytest
,pandas.errors
,pandas
defined classes:
TestTimedeltaIndexShift
-
pandas-1.3.3/pandas/tests/indexes/timedeltas/methods/test_astype.py
(4293 characters, 322 words)
imported modules:
datetime
,pytest
,pandas
defined classes:
TestTimedeltaIndex
-
pandas-1.3.3/pandas/tests/indexes/base_class/test_setops.py
(9041 characters, 781 words)
imported modules:
datetime
,pytest
,pandas
,pandas.core.algorithms
defined classes:
TestIndexSetOps
-
pandas-1.3.3/pandas/tests/indexes/base_class/test_formats.py
(5155 characters, 405 words)
imported modules:
pytest
,pandas
defined classes:
TestIndexRendering
-
pandas-1.3.3/pandas/tests/indexes/base_class/test_constructors.py
(1424 characters, 142 words)
imported modules:
pytest
,pandas
defined classes:
TestIndexConstructor
-
pandas-1.3.3/pandas/tests/indexes/base_class/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/indexes/base_class/test_indexing.py
(1450 characters, 109 words)
imported modules:
pytest
,pandas
defined classes:
TestGetSliceBounds
,TestGetIndexerNonUnique
-
pandas-1.3.3/pandas/tests/indexes/base_class/test_where.py
(341 characters, 35 words)
imported modules:
pandas
defined classes:
TestWhere
-
pandas-1.3.3/pandas/tests/indexes/base_class/test_reshape.py
(1724 characters, 167 words)
imported modules:
pytest
,pandas
defined classes:
TestReshape
-
pandas-1.3.3/pandas/tests/indexes/object/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/indexes/object/test_indexing.py
(4370 characters, 367 words)
imported modules:
pytest
,pandas
defined classes:
TestGetLoc
,TestGetIndexer
,TestSliceLocs
-
pandas-1.3.3/pandas/tests/indexes/object/test_astype.py
(317 characters, 27 words)
imported modules:
pandas
defined functions:
test_astype_str_from_bytes
-
pandas-1.3.3/pandas/tests/indexes/interval/test_equals.py
(1226 characters, 81 words)
imported modules:
pandas
defined classes:
TestEquals
-
pandas-1.3.3/pandas/tests/indexes/interval/test_setops.py
(8118 characters, 658 words)
imported modules:
pytest
,pandas
defined classes:
TestIntervalIndex
defined functions:
monotonic_index
,empty_index
-
pandas-1.3.3/pandas/tests/indexes/interval/test_base.py
(3045 characters, 273 words)
imported modules:
pytest
,pandas
,pandas.tests.indexes.common
defined classes:
TestBase
,TestPutmask
-
pandas-1.3.3/pandas/tests/indexes/interval/test_formats.py
(3265 characters, 255 words)
imported modules:
pytest
,pandas
defined classes:
TestIntervalIndexRendering
-
pandas-1.3.3/pandas/tests/indexes/interval/test_constructors.py
(17623 characters, 1432 words)
imported modules:
functools
,pytest
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas
,pandas.core.arrays
defined classes:
ConstructorTests
,TestFromArrays
,TestFromBreaks
,TestFromTuples
,TestClassConstructors
defined functions:
name
,test_dtype_closed_mismatch
-
pandas-1.3.3/pandas/tests/indexes/interval/test_interval_tree.py
(7082 characters, 600 words)
imported modules:
itertools
,pytest
,pandas._libs.interval
,pandas.compat
defined classes:
TestIntervalTree
defined functions:
skipif_32bit
,dtype
,leaf_size
,tree
-
pandas-1.3.3/pandas/tests/indexes/interval/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/indexes/interval/test_indexing.py
(18793 characters, 1704 words)
imported modules:
re
,pytest
,pandas.errors
,pandas
defined classes:
TestGetLoc
,TestGetIndexer
,TestSliceLocs
-
pandas-1.3.3/pandas/tests/indexes/interval/test_interval_range.py
(13249 characters, 1054 words)
imported modules:
datetime
,pytest
,pandas.core.dtypes.common
,pandas
,pandas.tseries.offsets
defined classes:
TestIntervalRange
defined functions:
name
-
pandas-1.3.3/pandas/tests/indexes/interval/test_interval.py
(35807 characters, 2933 words)
imported modules:
itertools
,re
,pytest
,pandas.errors
,pandas
defined classes:
TestIntervalIndex
defined functions:
name
,test_dir
,test_searchsorted_different_argument_classes
,test_searchsorted_invalid_argument
-
pandas-1.3.3/pandas/tests/indexes/interval/test_astype.py
(8676 characters, 621 words)
imported modules:
re
,pytest
,pandas.compat
,pandas.core.dtypes.dtypes
,pandas
defined classes:
AstypeTests
,TestIntSubtype
,TestFloatSubtype
,TestDatetimelikeSubtype
-
pandas-1.3.3/pandas/tests/arrays/test_datetimelike.py
(48077 characters, 4253 words)
imported modules:
__future__
,re
,pytest
,pandas._libs
,pandas.compat
,pandas
,pandas.core.arrays
,pandas.core.arrays.datetimes
,pandas.core.arrays.timedeltas
defined classes:
SharedTests
,TestDatetimeArray
,TestTimedeltaArray
,TestPeriodArray
defined functions:
freqstr
,period_index
,datetime_index
,timedelta_index
,test_casting_nat_setitem_array
,test_invalid_nat_setitem_array
,test_to_numpy_extra
,test_searchsorted_datetimelike_with_listlike
,test_searchsorted_datetimelike_with_listlike_invalid_dtype
,test_period_index_construction_from_strings
,test_from_pandas_array
,array_likes
,test_from_obscure_array
-
pandas-1.3.3/pandas/tests/arrays/test_datetimes.py
(14109 characters, 1101 words)
imported modules:
operator
,pytest
,pandas.core.dtypes.dtypes
,pandas.core.arrays
defined classes:
TestDatetimeArrayComparisons
,TestDatetimeArray
-
pandas-1.3.3/pandas/tests/arrays/test_ndarray_backed.py
(2299 characters, 210 words)
imported modules:
pandas
,pandas.core.arrays
defined classes:
TestEmpty
-
pandas-1.3.3/pandas/tests/arrays/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/arrays/test_period.py
(4703 characters, 391 words)
imported modules:
pytest
,pandas._libs.tslibs
,pandas._libs.tslibs.period
,pandas.core.dtypes.dtypes
,pandas.core.arrays
defined functions:
test_registered
,test_asi8
,test_take_raises
,test_fillna_raises
,test_fillna_copies
,test_setitem
,test_setitem_raises_incompatible_freq
,test_setitem_raises_length
,test_setitem_raises_type
,test_sub_period
,test_where_different_freq_raises
,test_repr_small
,test_repr_large
-
pandas-1.3.3/pandas/tests/arrays/test_numpy.py
(6679 characters, 598 words)
imported modules:
pytest
,pandas.core.dtypes.dtypes
,pandas.arrays
defined functions:
any_numpy_array
,test_is_numeric
,test_is_boolean
,test_repr
,test_constructor_from_string
,test_dtype_univalent
,test_constructor_no_coercion
,test_series_constructor_with_copy
,test_series_constructor_with_astype
,test_from_sequence_dtype
,test_constructor_copy
,test_constructor_with_data
,test_to_numpy
,test_setitem_series
,test_setitem
,test_bad_reduce_raises
,test_validate_reduction_keyword_args
,test_ufunc
,test_basic_binop
,test_setitem_object_typecode
,test_setitem_no_coercion
,test_setitem_preserves_views
-
pandas-1.3.3/pandas/tests/arrays/test_timedeltas.py
(3587 characters, 315 words)
imported modules:
pytest
,pandas
,pandas.core.arrays
defined classes:
TestTimedeltaArray
,TestUnaryOps
-
pandas-1.3.3/pandas/tests/arrays/test_array.py
(13814 characters, 983 words)
imported modules:
datetime
,decimal
,pytest
,pytz
,pandas.api.extensions
,pandas.api.types
,pandas.arrays
,pandas.core.arrays
,pandas.tests.extension.decimal
defined classes:
DecimalDtype2
,DecimalArray2
,TestArrayAnalytics
defined functions:
test_array
,test_array_copy
,test_array_inference
,test_array_inference_fails
,test_nd_raises
,test_scalar_raises
,test_array_unboxes
,registry_without_decimal
,test_array_not_registered
-
pandas-1.3.3/pandas/tests/arrays/boolean/test_logical.py
(8486 characters, 764 words)
imported modules:
operator
,pytest
,pandas.arrays
,pandas.tests.extension.base
defined classes:
TestLogicalOps
-
pandas-1.3.3/pandas/tests/arrays/boolean/test_repr.py
(437 characters, 49 words)
defined functions:
test_repr
-
pandas-1.3.3/pandas/tests/arrays/boolean/test_function.py
(3536 characters, 314 words)
imported modules:
pytest
defined functions:
test_ufuncs_binary
,test_ufuncs_unary
,test_ufunc_reduce_raises
,test_value_counts_na
,test_value_counts_with_normalize
,test_diff
-
pandas-1.3.3/pandas/tests/arrays/boolean/test_comparison.py
(3103 characters, 284 words)
imported modules:
pytest
,pandas.arrays
,pandas.tests.extension.base
defined classes:
TestComparisonOps
defined functions:
data
-
pandas-1.3.3/pandas/tests/arrays/boolean/test_ops.py
(745 characters, 71 words)
defined classes:
TestUnaryOps
-
pandas-1.3.3/pandas/tests/arrays/boolean/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/arrays/boolean/test_indexing.py
(361 characters, 37 words)
imported modules:
pytest
defined functions:
test_setitem_missing_values
-
pandas-1.3.3/pandas/tests/arrays/boolean/test_arithmetic.py
(3586 characters, 365 words)
imported modules:
operator
,pytest
,pandas.arrays
defined functions:
data
,left_array
,right_array
,test_add_mul
,test_sub
,test_div
,test_op_int8
,test_error_invalid_values
-
pandas-1.3.3/pandas/tests/arrays/boolean/test_reduction.py
(2017 characters, 223 words)
imported modules:
pytest
defined functions:
data
,test_any_all
,test_reductions_return_types
-
pandas-1.3.3/pandas/tests/arrays/boolean/test_construction.py
(12857 characters, 1163 words)
imported modules:
pytest
,pandas.arrays
,pandas.core.arrays.boolean
defined functions:
test_boolean_array_constructor
,test_boolean_array_constructor_copy
,test_to_boolean_array
,test_to_boolean_array_all_none
,test_to_boolean_array_missing_indicators
,test_to_boolean_array_error
,test_to_boolean_array_from_integer_array
,test_to_boolean_array_from_float_array
,test_to_boolean_array_integer_like
,test_coerce_to_array
,test_coerce_to_array_from_boolean_array
,test_coerce_to_numpy_array
,test_to_boolean_array_from_strings
,test_to_boolean_array_from_strings_invalid_string
,test_to_numpy
,test_to_numpy_copy
-
pandas-1.3.3/pandas/tests/arrays/boolean/test_astype.py
(1603 characters, 141 words)
imported modules:
pytest
defined functions:
test_astype
,test_astype_to_boolean_array
,test_astype_to_integer_array
-
pandas-1.3.3/pandas/tests/arrays/integer/test_repr.py
(1653 characters, 164 words)
imported modules:
pytest
,pandas.core.arrays.integer
defined functions:
test_dtypes
,test_repr_dtype
,test_repr_array
,test_repr_array_long
,test_frame_repr
-
pandas-1.3.3/pandas/tests/arrays/integer/test_function.py
(6401 characters, 591 words)
imported modules:
pytest
,pandas.core.arrays
defined functions:
test_ufuncs_single_int
,test_ufuncs_single_float
,test_ufuncs_binary_int
,test_ufunc_binary_output
,test_ufunc_reduce_raises
,test_stat_method
,test_value_counts_na
,test_value_counts_empty
,test_value_counts_with_normalize
,test_integer_array_sum
,test_integer_array_min_max
,test_integer_array_prod
,test_integer_array_numpy_sum
,test_dataframe_reductions
-
pandas-1.3.3/pandas/tests/arrays/integer/test_comparison.py
(4005 characters, 382 words)
imported modules:
pytest
,pandas.tests.extension.base
defined classes:
TestComparisonOps
defined functions:
test_equals
-
pandas-1.3.3/pandas/tests/arrays/integer/test_concat.py
(2131 characters, 185 words)
imported modules:
pytest
defined functions:
test_concat_series
,test_concat_series_with_numpy
-
pandas-1.3.3/pandas/tests/arrays/integer/test_dtypes.py
(8923 characters, 840 words)
imported modules:
pytest
,pandas.core.dtypes.generic
,pandas.core.arrays.integer
defined functions:
test_dtypes
,test_preserve_dtypes
,test_astype_nansafe
,test_construct_index
,test_astype_index
,test_astype
,test_astype_copy
,test_astype_to_larger_numpy
,test_astype_specific_casting
,test_astype_floating
,test_astype_dt64
,test_construct_cast_invalid
,test_to_numpy_na_nan
,test_to_numpy_dtype
,test_to_numpy_na_raises
,test_astype_str
,test_astype_boolean
-
pandas-1.3.3/pandas/tests/arrays/integer/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/arrays/integer/test_indexing.py
(498 characters, 52 words)
defined functions:
test_array_setitem_nullable_boolean_mask
,test_array_setitem
-
pandas-1.3.3/pandas/tests/arrays/integer/conftest.py
(1008 characters, 88 words)
imported modules:
pytest
,pandas.core.arrays.integer
defined functions:
dtype
,data
,data_missing
,all_data
-
pandas-1.3.3/pandas/tests/arrays/integer/test_arithmetic.py
(9551 characters, 997 words)
imported modules:
operator
,pytest
,pandas.compat
,pandas.core.arrays
defined functions:
test_add_mul
,test_sub
,test_div
,test_divide_by_zero
,test_floordiv
,test_mod
,test_pow_scalar
,test_pow_array
,test_rpow_one_to_na
,test_numpy_zero_dim_ndarray
,test_error_invalid_values
,test_arith_coerce_scalar
,test_arithmetic_conversion
,test_cross_type_arithmetic
,test_reduce_to_float
,test_unary_int_operators
-
pandas-1.3.3/pandas/tests/arrays/integer/test_construction.py
(6654 characters, 596 words)
imported modules:
pytest
,pandas.api.types
,pandas.core.arrays
,pandas.core.arrays.integer
defined functions:
constructor
,test_uses_pandas_na
,test_from_dtype_from_float
,test_conversions
,test_integer_array_constructor
,test_integer_array_constructor_copy
,test_to_integer_array_none_is_nan
,test_to_integer_array_error
,test_to_integer_array_inferred_dtype
,test_to_integer_array_dtype_keyword
,test_to_integer_array_float
,test_to_integer_array_bool
,test_to_integer_array
-
pandas-1.3.3/pandas/tests/arrays/period/test_reductions.py
(1050 characters, 87 words)
imported modules:
pytest
,pandas.core.arrays
defined classes:
TestReductions
-
pandas-1.3.3/pandas/tests/arrays/period/test_constructors.py
(3116 characters, 227 words)
imported modules:
pytest
,pandas._libs.tslibs
,pandas._libs.tslibs.period
,pandas.core.arrays
defined functions:
test_period_array_ok
,test_period_array_readonly_object
,test_from_datetime64_freq_changes
,test_period_array_raises
,test_period_array_non_period_series_raies
,test_period_array_freq_mismatch
,test_from_sequence_disallows_i8
-
pandas-1.3.3/pandas/tests/arrays/period/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/arrays/period/test_astype.py
(2421 characters, 216 words)
imported modules:
pytest
,pandas.core.dtypes.dtypes
,pandas.core.arrays
defined functions:
test_astype
,test_astype_copies
,test_astype_categorical
,test_astype_period
,test_astype_datetime
-
pandas-1.3.3/pandas/tests/arrays/period/test_arrow_compat.py
(3661 characters, 322 words)
imported modules:
pytest
,pandas.core.dtypes.dtypes
,pandas.core.arrays
defined functions:
test_arrow_extension_type
,test_arrow_array
,test_arrow_array_missing
,test_arrow_table_roundtrip
,test_arrow_load_from_zero_chunks
,test_arrow_table_roundtrip_without_metadata
-
pandas-1.3.3/pandas/tests/arrays/datetimes/test_reductions.py
(5431 characters, 476 words)
imported modules:
pytest
,pandas.core.dtypes.dtypes
,pandas
,pandas.core.arrays
defined classes:
TestReductions
-
pandas-1.3.3/pandas/tests/arrays/datetimes/test_constructors.py
(5539 characters, 413 words)
imported modules:
pytest
,pandas.core.dtypes.dtypes
,pandas.core.arrays
,pandas.core.arrays.datetimes
defined classes:
TestDatetimeArrayConstructor
,TestSequenceToDT64NS
-
pandas-1.3.3/pandas/tests/arrays/datetimes/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/arrays/sparse/test_libsparse.py
(21107 characters, 1878 words)
imported modules:
operator
,pytest
,pandas
,pandas.core.arrays.sparse
defined classes:
TestSparseIndexUnion
,TestSparseIndexIntersect
,TestSparseIndexCommon
,TestBlockIndex
,TestIntIndex
,TestSparseOperators
defined functions:
check_cases
-
pandas-1.3.3/pandas/tests/arrays/sparse/test_combine_concat.py
(2651 characters, 246 words)
imported modules:
pytest
,pandas.core.arrays.sparse
defined classes:
TestSparseArrayConcat
defined functions:
test_concat_with_non_sparse
-
pandas-1.3.3/pandas/tests/arrays/sparse/test_dtype.py
(5699 characters, 465 words)
imported modules:
re
,pytest
,pandas.core.arrays.sparse
defined functions:
test_inferred_dtype
,test_from_sparse_dtype
,test_from_sparse_dtype_fill_value
,test_equal
,test_nans_equal
,test_not_equal
,test_construct_from_string_raises
,test_is_numeric
,test_str_uses_object
,test_construct_from_string
,test_hash_equal
,test_parse_subtype
,test_construct_from_string_fill_value_raises
,test_update_dtype
,test_update_dtype_raises
,test_repr
-
pandas-1.3.3/pandas/tests/arrays/sparse/test_arithmetics.py
(20515 characters, 1938 words)
imported modules:
operator
,pytest
,pandas.compat
,pandas.core
,pandas.core.arrays.sparse
defined classes:
TestSparseArrayArithmetics
defined functions:
kind
,mix
,test_with_list
,test_with_dataframe
,test_with_zerodim_ndarray
,test_ufuncs
,test_binary_ufuncs
,test_ndarray_inplace
,test_sparray_inplace
,test_invert
,test_unary_op
-
pandas-1.3.3/pandas/tests/arrays/sparse/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/arrays/sparse/test_accessor.py
(5029 characters, 373 words)
imported modules:
string
,pytest
,pandas.core.arrays.sparse
defined classes:
TestSeriesAccessor
,TestFrameAccessor
-
pandas-1.3.3/pandas/tests/arrays/sparse/test_array.py
(47592 characters, 4090 words)
imported modules:
operator
,re
,warnings
,pytest
,pandas._libs.sparse
,pandas
,pandas.core.arrays.sparse
defined classes:
TestSparseArray
,TestSparseArrayAnalytics
,TestAccessor
,TestMinMax
defined functions:
test_setting_fill_value_fillna_still_works
,test_setting_fill_value_updates
,test_first_fill_value_loc
,test_unique_na_fill
,test_unique_all_sparse
,test_map
,test_map_missing
,test_dropna
,test_drop_duplicates_fill_value
-
pandas-1.3.3/pandas/tests/arrays/categorical/test_warnings.py
(731 characters, 55 words)
imported modules:
pytest
,pandas.util._test_decorators
defined classes:
TestCategoricalWarnings
-
pandas-1.3.3/pandas/tests/arrays/categorical/test_repr.py
(26265 characters, 2679 words)
imported modules:
pandas
,pandas.tests.arrays.categorical.common
defined classes:
TestCategoricalReprWithFactor
,TestCategoricalRepr
-
pandas-1.3.3/pandas/tests/arrays/categorical/test_analytics.py
(13384 characters, 1153 words)
imported modules:
re
,sys
,pytest
,pandas.compat
,pandas
,pandas.api.types
defined classes:
TestCategoricalAnalytics
-
pandas-1.3.3/pandas/tests/arrays/categorical/test_sorting.py
(5053 characters, 391 words)
imported modules:
pytest
,pandas
defined classes:
TestCategoricalSort
-
pandas-1.3.3/pandas/tests/arrays/categorical/test_replace.py
(2708 characters, 293 words)
imported modules:
pytest
,pandas
defined functions:
test_replace
,test_replace2
-
pandas-1.3.3/pandas/tests/arrays/categorical/test_dtypes.py
(7358 characters, 562 words)
imported modules:
pytest
,pandas.core.dtypes.dtypes
,pandas
defined classes:
TestCategoricalDtypes
-
pandas-1.3.3/pandas/tests/arrays/categorical/test_constructors.py
(29102 characters, 2331 words)
imported modules:
datetime
,pytest
,pandas.compat
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas
defined classes:
TestCategoricalConstructors
-
pandas-1.3.3/pandas/tests/arrays/categorical/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/arrays/categorical/test_indexing.py
(12681 characters, 1072 words)
imported modules:
pytest
,pandas
,pandas.tests.arrays.categorical.common
defined classes:
TestCategoricalIndexingWithFactor
,TestCategoricalIndexing
,TestContains
defined functions:
test_mask_with_boolean
,test_mask_with_boolean_na_treated_as_false
,non_coercible_categorical
,test_series_at
-
pandas-1.3.3/pandas/tests/arrays/categorical/test_api.py
(21897 characters, 2010 words)
imported modules:
re
,pytest
,pandas
,pandas.core.arrays.categorical
,pandas.tests.arrays.categorical.common
defined classes:
TestCategoricalAPI
,TestCategoricalAPIWithFactor
,TestPrivateCategoricalAPI
-
pandas-1.3.3/pandas/tests/arrays/categorical/conftest.py
(166 characters, 13 words)
imported modules:
pytest
defined functions:
allow_fill
-
pandas-1.3.3/pandas/tests/arrays/categorical/test_take.py
(3657 characters, 294 words)
imported modules:
pytest
,pandas
defined classes:
TestTake
-
pandas-1.3.3/pandas/tests/arrays/categorical/test_missing.py
(6932 characters, 599 words)
imported modules:
collections
,pytest
,pandas.core.dtypes.dtypes
,pandas
defined classes:
TestCategoricalMissing
-
pandas-1.3.3/pandas/tests/arrays/categorical/common.py
(204 characters, 22 words)
imported modules:
pandas
defined classes:
TestCategorical
-
pandas-1.3.3/pandas/tests/arrays/categorical/test_subclass.py
(852 characters, 69 words)
imported modules:
pandas
defined classes:
TestCategoricalSubclassing
-
pandas-1.3.3/pandas/tests/arrays/categorical/test_operators.py
(15579 characters, 1411 words)
imported modules:
operator
,warnings
,pytest
,pandas
,pandas.tests.arrays.categorical.common
defined classes:
TestCategoricalOpsWithFactor
,TestCategoricalOps
-
pandas-1.3.3/pandas/tests/arrays/categorical/test_algos.py
(2589 characters, 218 words)
imported modules:
pytest
defined functions:
test_factorize
,test_factorized_sort
,test_factorized_sort_ordered
,test_isin_cats
,test_isin_empty
,test_diff
-
pandas-1.3.3/pandas/tests/arrays/timedeltas/test_reductions.py
(6685 characters, 585 words)
imported modules:
pytest
,pandas
,pandas.core
,pandas.core.arrays
defined classes:
TestReductions
-
pandas-1.3.3/pandas/tests/arrays/timedeltas/test_constructors.py
(2346 characters, 207 words)
imported modules:
pytest
,pandas.core.arrays
defined classes:
TestTimedeltaArrayConstructor
-
pandas-1.3.3/pandas/tests/arrays/timedeltas/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/arrays/string_/test_string_arrow.py
(4564 characters, 318 words)
imported modules:
re
,pytest
,pandas.compat
,pandas.core.arrays.string_
,pandas.core.arrays.string_arrow
defined functions:
test_eq_all_na
,test_config
,test_config_bad_storage_raises
,test_constructor_not_string_type_raises
,test_from_sequence_wrong_dtype_raises
,test_pyarrow_not_installed_raises
-
pandas-1.3.3/pandas/tests/arrays/string_/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/arrays/string_/test_string.py
(18534 characters, 1670 words)
imported modules:
pytest
,pandas.core.dtypes.common
,pandas.core.arrays.string_arrow
defined functions:
dtype
,cls
,test_repr
,test_none_to_nan
,test_setitem_validates
,test_setitem_with_scalar_string
,test_astype_roundtrip
,test_add
,test_add_2d
,test_add_sequence
,test_mul
,test_add_strings
,test_add_frame
,test_comparison_methods_scalar
,test_comparison_methods_scalar_pd_na
,test_comparison_methods_scalar_not_string
,test_comparison_methods_array
,test_constructor_raises
,test_from_sequence_no_mutate
,test_astype_int
,test_astype_nullable_int
,test_astype_float
,test_reduce
,test_min_max
,test_min_max_numpy
,test_reduce_missing
,test_fillna_args
,test_arrow_array
,test_arrow_roundtrip
,test_arrow_load_from_zero_chunks
,test_value_counts_na
,test_value_counts_with_normalize
,test_use_inf_as_na
,test_memory_usage
,test_astype_from_float_dtype
,test_to_numpy_returns_pdna_default
,test_to_numpy_na_value
,test_isin
-
pandas-1.3.3/pandas/tests/arrays/floating/test_to_numpy.py
(4976 characters, 467 words)
imported modules:
pytest
,pandas.core.arrays
defined functions:
test_to_numpy
,test_to_numpy_float
,test_to_numpy_int
,test_to_numpy_na_value
,test_to_numpy_na_value_with_nan
,test_to_numpy_dtype
,test_to_numpy_na_raises
,test_to_numpy_string
,test_to_numpy_copy
-
pandas-1.3.3/pandas/tests/arrays/floating/test_repr.py
(1158 characters, 132 words)
imported modules:
pytest
,pandas.core.arrays.floating
defined functions:
test_dtypes
,test_repr_dtype
,test_repr_array
,test_repr_array_long
,test_frame_repr
-
pandas-1.3.3/pandas/tests/arrays/floating/test_function.py
(6130 characters, 553 words)
imported modules:
pytest
,pandas.compat
defined functions:
test_ufuncs_single
,test_ufuncs_single_float
,test_ufuncs_binary_float
,test_ufunc_reduce_raises
,test_stat_method
,test_value_counts_na
,test_value_counts_empty
,test_value_counts_with_normalize
,test_floating_array_sum
,test_floating_array_numpy_sum
,test_preserve_dtypes
,test_floating_array_min_max
,test_floating_array_prod
-
pandas-1.3.3/pandas/tests/arrays/floating/test_comparison.py
(4146 characters, 405 words)
imported modules:
pytest
,pandas.tests.extension.base
defined classes:
TestComparisonOps
defined functions:
test_equals
-
pandas-1.3.3/pandas/tests/arrays/floating/test_concat.py
(574 characters, 50 words)
imported modules:
pytest
defined functions:
test_concat_series
-
pandas-1.3.3/pandas/tests/arrays/floating/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/arrays/floating/conftest.py
(827 characters, 75 words)
imported modules:
pytest
,pandas.core.arrays.floating
defined functions:
dtype
,data
,data_missing
,all_data
-
pandas-1.3.3/pandas/tests/arrays/floating/test_arithmetic.py
(6640 characters, 660 words)
imported modules:
operator
,pytest
,pandas.core.arrays
defined functions:
test_array_op
,test_divide_by_zero
,test_pow_scalar
,test_pow_array
,test_rpow_one_to_na
,test_arith_zero_dim_ndarray
,test_error_invalid_values
,test_cross_type_arithmetic
,test_unary_float_operators
-
pandas-1.3.3/pandas/tests/arrays/floating/test_construction.py
(5189 characters, 480 words)
imported modules:
pytest
,pandas.core.arrays
,pandas.core.arrays.floating
defined functions:
test_uses_pandas_na
,test_floating_array_constructor
,test_floating_array_constructor_copy
,test_to_array
,test_to_array_none_is_nan
,test_to_array_mixed_integer_float
,test_to_array_error
,test_to_array_inferred_dtype
,test_to_array_dtype_keyword
,test_to_array_integer
,test_to_array_bool
,test_series_from_float
-
pandas-1.3.3/pandas/tests/arrays/floating/test_astype.py
(3917 characters, 358 words)
imported modules:
pytest
defined functions:
test_astype
,test_astype_to_floating_array
,test_astype_to_boolean_array
,test_astype_to_integer_array
,test_astype_str
,test_astype_copy
,test_astype_object
-
pandas-1.3.3/pandas/tests/arrays/masked/test_function.py
(1182 characters, 112 words)
imported modules:
pytest
,pandas.core.dtypes.common
defined functions:
data
,numpy_dtype
,test_round
-
pandas-1.3.3/pandas/tests/arrays/masked/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/arrays/masked/test_arithmetic.py
(5783 characters, 525 words)
imported modules:
__future__
,typing
,pytest
,pandas.core.arrays
defined functions:
data
,check_skip
,test_array_scalar_like_equivalence
,test_array_NA
,test_numpy_array_equivalence
,test_frame
,test_series
,test_error_invalid_object
,test_error_len_mismatch
,test_unary_op_does_not_propagate_mask
-
pandas-1.3.3/pandas/tests/arrays/masked/test_arrow_compat.py
(6135 characters, 511 words)
imported modules:
pytest
,pandas.core.arrays._arrow_utils
defined functions:
data
,test_arrow_array
,test_arrow_roundtrip
,test_arrow_load_from_zero_chunks
,test_arrow_from_arrow_uint
,test_arrow_sliced
,np_dtype_to_arrays
,test_pyarrow_array_to_numpy_and_mask
,test_from_arrow_type_error
-
pandas-1.3.3/pandas/tests/arrays/interval/test_ops.py
(3279 characters, 308 words)
imported modules:
pytest
,pandas
,pandas.core.arrays
defined classes:
TestOverlaps
defined functions:
constructor
,start_shift
-
pandas-1.3.3/pandas/tests/arrays/interval/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/arrays/interval/test_interval.py
(9709 characters, 792 words)
imported modules:
pytest
,pandas
,pandas.core.arrays
defined classes:
TestAttributes
,TestMethods
,TestSetitem
defined functions:
left_right_dtypes
,test_repr
,test_arrow_extension_type
,test_arrow_array
,test_arrow_array_missing
,test_arrow_table_roundtrip
,test_arrow_table_roundtrip_without_metadata
-
pandas-1.3.3/pandas/tests/arrays/interval/test_astype.py
(776 characters, 61 words)
imported modules:
pytest
,pandas
defined classes:
TestAstype
-
pandas-1.3.3/pandas/tests/computation/test_compat.py
(1143 characters, 110 words)
imported modules:
pytest
,pandas.compat._optional
,pandas.core.computation.engines
,pandas.util.version
defined functions:
test_compat
,test_invalid_numexpr_version
-
pandas-1.3.3/pandas/tests/computation/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/computation/test_eval.py
(70831 characters, 6236 words)
imported modules:
__future__
,functools
,itertools
,operator
,warnings
,pytest
,pandas.errors
,pandas.core.dtypes.common
,pandas
,pandas.core.computation
,pandas.core.computation.engines
,pandas.core.computation.expr
,pandas.core.computation.expressions
,pandas.core.computation.ops
defined classes:
TestEvalNumexprPandas
,TestEvalNumexprPython
,TestEvalPythonPython
,TestEvalPythonPandas
,TestTypeCasting
,TestAlignment
,TestOperationsNumExprPandas
,TestOperationsNumExprPython
,TestOperationsPythonPython
,TestOperationsPythonPandas
,TestMathPythonPython
,TestMathPythonPandas
,TestMathNumExprPandas
,TestMathNumExprPython
,TestScope
,TestValidate
defined functions:
engine
,parser
,_get_unary_fns_for_ne
,unary_fns_for_ne
,engine_has_neg_frac
,_eval_single_bin
,_series_and_2d_ndarray
,_series_and_frame
,_bool_and_frame
,_is_py3_complex_incompat
,lhs
,_is_datetime
,should_warn
,test_invalid_engine
,test_invalid_parser
,test_disallowed_nodes
,test_syntax_error_exprs
,test_name_error_exprs
,test_invalid_local_variable_reference
,test_numexpr_builtin_raises
,test_bad_resolver_raises
,test_empty_string_raises
,test_more_than_one_expression_raises
,test_bool_ops_fails_on_scalars
,test_equals_various
,test_inf
,test_truediv_deprecated
,test_negate_lt_eq_le
-
pandas-1.3.3/pandas/tests/frame/test_alter_axes.py
(873 characters, 77 words)
imported modules:
datetime
,pytz
,pandas
defined classes:
TestDataFrameAlterAxes
-
pandas-1.3.3/pandas/tests/frame/test_reductions.py
(61542 characters, 5078 words)
imported modules:
datetime
,decimal
,re
,dateutil.tz
,pytest
,pandas.compat
,pandas.core.dtypes.common
,pandas
defined classes:
TestDataFrameAnalytics
,TestDataFrameReductions
,TestNuisanceColumns
defined functions:
assert_stat_op_calc
,assert_stat_op_api
,assert_bool_op_calc
,assert_bool_op_api
,test_sum_timedelta64_skipna_false
,test_mixed_frame_with_integer_sum
,test_minmax_extensionarray
,test_groupby_regular_arithmetic_equivalent
,test_frame_mixed_numeric_object_with_timestamp
,test_prod_sum_min_count_mixed_object
-
pandas-1.3.3/pandas/tests/frame/test_query_eval.py
(47530 characters, 4294 words)
imported modules:
io
,operator
,pytest
,pandas
,pandas.core.computation.check
defined classes:
TestCompat
,TestDataFrameEval
,TestDataFrameQueryWithMultiIndex
,TestDataFrameQueryNumExprPandas
,TestDataFrameQueryNumExprPython
,TestDataFrameQueryPythonPandas
,TestDataFrameQueryPythonPython
,TestDataFrameQueryStrings
,TestDataFrameEvalWithFrame
,TestDataFrameQueryBacktickQuoting
defined functions:
parser
,engine
,skip_if_no_pandas_parser
-
pandas-1.3.3/pandas/tests/frame/test_validate.py
(1094 characters, 102 words)
imported modules:
pytest
,pandas.core.frame
defined classes:
TestDataFrameValidate
defined functions:
dataframe
-
pandas-1.3.3/pandas/tests/frame/test_unary.py
(3775 characters, 261 words)
imported modules:
decimal
,pytest
defined classes:
TestDataFrameUnaryOperators
-
pandas-1.3.3/pandas/tests/frame/test_block_internals.py
(14628 characters, 1272 words)
imported modules:
datetime
,io
,itertools
,pytest
,pandas.errors
,pandas
,pandas.core.internals
defined classes:
TestDataFrameBlockInternals
defined functions:
test_update_inplace_sets_valid_block_values
,test_nonconsolidated_item_cache_take
-
pandas-1.3.3/pandas/tests/frame/test_constructors.py
(104496 characters, 8950 words)
imported modules:
collections
,datetime
,functools
,itertools
,re
,warnings
,pytest
,pytz
,pandas.compat
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas
,pandas.arrays
defined classes:
TestDataFrameConstructors
,TestDataFrameConstructorWithDtypeCoercion
,TestDataFrameConstructorWithDatetimeTZ
,TestFromScalar
defined functions:
get1
-
pandas-1.3.3/pandas/tests/frame/test_cumulative.py
(4241 characters, 342 words)
imported modules:
pandas
defined classes:
TestDataFrameCumulativeOps
-
pandas-1.3.3/pandas/tests/frame/test_nonunique_indexes.py
(11374 characters, 1151 words)
imported modules:
pytest
,pandas
defined classes:
TestDataFrameNonuniqueIndexes
defined functions:
check
-
pandas-1.3.3/pandas/tests/frame/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/frame/test_api.py
(10723 characters, 940 words)
imported modules:
copy
,inspect
,pydoc
,pytest
,pandas.util._test_decorators
,pandas
defined classes:
TestDataFrameMisc
-
pandas-1.3.3/pandas/tests/frame/conftest.py
(8581 characters, 975 words)
imported modules:
itertools
,pytest
,pandas
defined functions:
close_open_fixture
,float_frame_with_na
,bool_frame_with_na
,float_string_frame
,mixed_float_frame
,mixed_int_frame
,timezone_frame
,uint64_frame
,simple_frame
,frame_of_index_cols
-
pandas-1.3.3/pandas/tests/frame/test_arithmetic.py
(63537 characters, 5694 words)
imported modules:
collections
,datetime
,operator
,re
,pytest
,pytz
,pandas
,pandas.core.computation.expressions
,pandas.tests.frame.common
defined classes:
DummyElement
,TestFrameComparisons
,TestFrameFlexComparisons
,TestFrameFlexArithmetic
,TestFrameArithmetic
,TestFrameArithmeticUnsorted
defined functions:
switch_numexpr_min_elements
,test_frame_with_zero_len_series_corner_cases
,test_zero_len_frame_with_series_corner_cases
,test_frame_single_columns_object_sum_axis_1
,test_pow_with_realignment
,test_pow_nan_with_zero
,test_dataframe_series_extension_dtypes
,test_dataframe_blockwise_slicelike
,test_dataframe_operation_with_non_numeric_types
,test_arith_reindex_with_duplicates
,test_arith_list_of_arraylike_raise
,test_inplace_arithmetic_series_update
,test_arithemetic_multiindex_align
,test_bool_frame_mult_float
-
pandas-1.3.3/pandas/tests/frame/test_ufunc.py
(10251 characters, 969 words)
imported modules:
functools
,pytest
,pandas.api.types
defined functions:
test_unary_unary
,test_unary_binary
,test_binary_input_dispatch_binop
,test_ufunc_passes_args
,test_binary_input_aligns_columns
,test_binary_input_aligns_index
,test_binary_frame_series_raises
,test_unary_accumulate_axis
,test_frame_outer_deprecated
,test_alignment_deprecation
,test_alignment_deprecation_many_inputs
-
pandas-1.3.3/pandas/tests/frame/test_repr_info.py
(10258 characters, 926 words)
imported modules:
datetime
,io
,warnings
,pytest
,pandas
defined classes:
TestDataFrameReprInfoEtc
-
pandas-1.3.3/pandas/tests/frame/test_iteration.py
(5145 characters, 464 words)
imported modules:
datetime
,pandas.compat
,pandas
defined classes:
TestIteration
-
pandas-1.3.3/pandas/tests/frame/test_npfuncs.py
(853 characters, 79 words)
imported modules:
pandas
defined classes:
TestAsArray
-
pandas-1.3.3/pandas/tests/frame/test_stack_unstack.py
(72473 characters, 6212 words)
imported modules:
datetime
,io
,itertools
,pytest
,pandas
defined classes:
TestDataFrameReshape
,TestStackUnstackMultiLevel
defined functions:
test_unstack_fill_frame_object
,test_unstack_timezone_aware_values
,test_stack_timezone_aware_values
,test_stack_empty_frame
,test_stack_unstack_empty_frame
,test_unstack_single_index_series
,test_unstacking_multi_index_df
,test_stack_positional_level_duplicate_column_names
-
pandas-1.3.3/pandas/tests/frame/common.py
(1777 characters, 202 words)
imported modules:
__future__
,pandas
defined functions:
_check_mixed_float
,_check_mixed_int
,zip_frames
-
pandas-1.3.3/pandas/tests/frame/test_subclass.py
(23725 characters, 2003 words)
imported modules:
pytest
,pandas
defined classes:
TestDataFrameSubclassing
-
pandas-1.3.3/pandas/tests/frame/test_logical_ops.py
(6172 characters, 555 words)
imported modules:
operator
,re
,pytest
,pandas
defined classes:
TestDataFrameLogicalOperators
-
pandas-1.3.3/pandas/tests/frame/indexing/test_lookup.py
(3385 characters, 281 words)
imported modules:
pytest
,pandas
defined classes:
TestLookup
defined functions:
test_lookup_deprecated
-
pandas-1.3.3/pandas/tests/frame/indexing/test_setitem.py
(37296 characters, 3427 words)
imported modules:
datetime
,pytest
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas
,pandas.core.arrays
,pandas.tseries.offsets
defined classes:
TestDataFrameSetItem
,TestSetitemTZAwareValues
,TestDataFrameSetItemWithExpansion
,TestDataFrameSetItemSlicing
,TestDataFrameSetItemCallable
,TestDataFrameSetItemBooleanMask
,TestDataFrameSetitemCopyViewSemantics
-
pandas-1.3.3/pandas/tests/frame/indexing/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/frame/indexing/test_indexing.py
(49100 characters, 4576 words)
imported modules:
datetime
,re
,pytest
,pandas._libs
,pandas.core.dtypes.common
,pandas
defined classes:
TestDataFrameIndexing
,TestDataFrameIndexingUInt64
,TestLocILocDataFrameCategorical
defined functions:
test_object_casting_indexing_wraps_datetimelike
-
pandas-1.3.3/pandas/tests/frame/indexing/test_insert.py
(2888 characters, 269 words)
imported modules:
pytest
,pandas.errors
,pandas
defined classes:
TestDataFrameInsert
-
pandas-1.3.3/pandas/tests/frame/indexing/test_get_value.py
(679 characters, 60 words)
imported modules:
pytest
,pandas
defined classes:
TestGetValue
-
pandas-1.3.3/pandas/tests/frame/indexing/test_getitem.py
(11797 characters, 1025 words)
imported modules:
re
,pytest
,pandas
,pandas.core.arrays
defined classes:
TestGetitem
,TestGetitemListLike
,TestGetitemCallable
,TestGetitemBooleanMask
,TestGetitemSlice
-
pandas-1.3.3/pandas/tests/frame/indexing/test_delitem.py
(1778 characters, 179 words)
imported modules:
re
,pytest
,pandas
defined classes:
TestDataFrameDelItem
-
pandas-1.3.3/pandas/tests/frame/indexing/test_mask.py
(4344 characters, 447 words)
imported modules:
pandas
defined classes:
TestDataFrameMask
defined functions:
test_mask_try_cast_deprecated
,test_mask_stringdtype
-
pandas-1.3.3/pandas/tests/frame/indexing/test_get.py
(662 characters, 48 words)
imported modules:
pytest
,pandas
defined classes:
TestGet
-
pandas-1.3.3/pandas/tests/frame/indexing/test_xs.py
(13668 characters, 1277 words)
imported modules:
re
,pytest
,pandas
,pandas.tseries.offsets
defined classes:
TestXS
,TestXSWithMultiIndex
defined functions:
four_level_index_dataframe
-
pandas-1.3.3/pandas/tests/frame/indexing/test_take.py
(2927 characters, 258 words)
imported modules:
pytest
defined classes:
TestDataFrameTake
-
pandas-1.3.3/pandas/tests/frame/indexing/test_where.py
(26237 characters, 2468 words)
imported modules:
datetime
,pytest
,pandas.core.dtypes.common
,pandas
defined classes:
TestDataFrameIndexingWhere
defined functions:
where_frame
,_safe_add
,test_where_try_cast_deprecated
,test_where_copies_with_noop
,test_where_string_dtype
,test_where_bool_comparison
,test_where_none_nan_coerce
,test_where_non_keyword_deprecation
-
pandas-1.3.3/pandas/tests/frame/indexing/test_set_value.py
(2351 characters, 219 words)
imported modules:
pytest
,pandas.core.dtypes.common
,pandas
defined classes:
TestSetValue
-
pandas-1.3.3/pandas/tests/frame/methods/test_at_time.py
(4554 characters, 392 words)
imported modules:
datetime
,pytest
,pytz
,pandas._libs.tslibs
,pandas
defined classes:
TestAtTime
-
pandas-1.3.3/pandas/tests/frame/methods/test_quantile.py
(24617 characters, 2035 words)
imported modules:
pytest
,pandas
defined classes:
TestDataFrameQuantile
,TestQuantileExtensionDtype
-
pandas-1.3.3/pandas/tests/frame/methods/test_asof.py
(5883 characters, 510 words)
imported modules:
pytest
,pandas._libs.tslibs
,pandas
defined classes:
TestFrameAsof
defined functions:
date_range_frame
-
pandas-1.3.3/pandas/tests/frame/methods/test_to_dict.py
(10986 characters, 968 words)
imported modules:
collections
,datetime
,pytest
,pytz
,pandas
defined classes:
TestDataFrameToDict
-
pandas-1.3.3/pandas/tests/frame/methods/test_select_dtypes.py
(14319 characters, 1028 words)
imported modules:
pytest
,pandas.core.dtypes.dtypes
,pandas
,pandas.core.arrays
defined classes:
DummyDtype
,DummyArray
,TestSelectDtypes
-
pandas-1.3.3/pandas/tests/frame/methods/test_to_numpy.py
(1256 characters, 107 words)
imported modules:
pandas
defined classes:
TestToNumpy
-
pandas-1.3.3/pandas/tests/frame/methods/test_clip.py
(6884 characters, 636 words)
imported modules:
pytest
,pandas
defined classes:
TestDataFrameClip
-
pandas-1.3.3/pandas/tests/frame/methods/test_round.py
(7755 characters, 653 words)
imported modules:
pytest
,pandas
defined classes:
TestDataFrameRound
-
pandas-1.3.3/pandas/tests/frame/methods/test_add_prefix_suffix.py
(784 characters, 58 words)
imported modules:
pandas
defined functions:
test_add_prefix_suffix
-
pandas-1.3.3/pandas/tests/frame/methods/test_nlargest.py
(6731 characters, 644 words)
imported modules:
string
,pytest
defined classes:
TestNLargestNSmallest
defined functions:
df_duplicates
,df_strings
,df_main_dtypes
-
pandas-1.3.3/pandas/tests/frame/methods/test_equals.py
(2796 characters, 251 words)
imported modules:
pandas
defined classes:
TestEquals
-
pandas-1.3.3/pandas/tests/frame/methods/test_sort_values.py
(30228 characters, 2626 words)
imported modules:
random
,pytest
,pandas.errors
,pandas
defined classes:
TestDataFrameSortValues
,TestDataFrameSortKey
,TestSortValuesLevelAsStr
defined functions:
df_none
,df_idx
,sort_names
,ascending
-
pandas-1.3.3/pandas/tests/frame/methods/test_set_index.py
(25979 characters, 2260 words)
imported modules:
datetime
,pytest
,pandas
defined classes:
TestSetIndex
,TestSetIndexInvalid
,TestSetIndexCustomLabelType
-
pandas-1.3.3/pandas/tests/frame/methods/test_reindex_like.py
(1187 characters, 89 words)
imported modules:
pytest
,pandas
defined classes:
TestDataFrameReindexLike
-
pandas-1.3.3/pandas/tests/frame/methods/test_tz_localize.py
(2100 characters, 177 words)
imported modules:
pytest
,pandas
defined classes:
TestTZLocalize
-
pandas-1.3.3/pandas/tests/frame/methods/test_combine_first.py
(17221 characters, 1543 words)
imported modules:
datetime
,pytest
,pandas.core.dtypes.cast
,pandas
defined classes:
TestDataFrameCombineFirst
defined functions:
test_combine_first_timestamp_bug
,test_combine_first_timestamp_bug_NaT
,test_combine_first_with_nan_multiindex
,test_combine_preserve_dtypes
-
pandas-1.3.3/pandas/tests/frame/methods/test_truncate.py
(4952 characters, 425 words)
imported modules:
pytest
,pandas
defined classes:
TestDataFrameTruncate
-
pandas-1.3.3/pandas/tests/frame/methods/test_to_csv.py
(47481 characters, 3777 words)
imported modules:
csv
,io
,os
,pytest
,pandas.errors
,pandas
,pandas.io.common
defined classes:
TestDataFrameToCSV
-
pandas-1.3.3/pandas/tests/frame/methods/test_append.py
(9500 characters, 813 words)
imported modules:
pytest
,pandas
defined classes:
TestDataFrameAppend
-
pandas-1.3.3/pandas/tests/frame/methods/test_convert.py
(2095 characters, 179 words)
imported modules:
pytest
,pandas
defined classes:
TestConvert
-
pandas-1.3.3/pandas/tests/frame/methods/test_droplevel.py
(1253 characters, 127 words)
imported modules:
pytest
,pandas
defined classes:
TestDropLevel
-
pandas-1.3.3/pandas/tests/frame/methods/test_rename_axis.py
(4091 characters, 358 words)
imported modules:
pytest
,pandas
defined classes:
TestDataFrameRenameAxis
-
pandas-1.3.3/pandas/tests/frame/methods/test_describe.py
(13700 characters, 1160 words)
imported modules:
pytest
,pandas
defined classes:
TestDataFrameDescribe
-
pandas-1.3.3/pandas/tests/frame/methods/test_to_timestamp.py
(5768 characters, 449 words)
imported modules:
datetime
,pytest
,pandas
defined classes:
TestToTimestamp
defined functions:
_get_with_delta
-
pandas-1.3.3/pandas/tests/frame/methods/test_replace.py
(54460 characters, 4662 words)
imported modules:
__future__
,datetime
,io
,re
,pytest
,pandas.compat
,pandas
defined classes:
TestDataFrameReplace
,TestDataFrameReplaceRegex
defined functions:
mix_ab
,mix_abc
-
pandas-1.3.3/pandas/tests/frame/methods/test_cov_corr.py
(13029 characters, 1070 words)
imported modules:
warnings
,pytest
,pandas
defined classes:
TestDataFrameCov
,TestDataFrameCorr
,TestDataFrameCorrWith
-
pandas-1.3.3/pandas/tests/frame/methods/test_to_dict_of_blocks.py
(2281 characters, 241 words)
imported modules:
pandas
,pandas.core.arrays
defined classes:
TestToDictOfBlocks
defined functions:
test_to_dict_of_blocks_item_cache
,test_set_change_dtype_slice
-
pandas-1.3.3/pandas/tests/frame/methods/test_drop.py
(19238 characters, 1624 words)
imported modules:
re
,pytest
,pandas.errors
,pandas
defined classes:
TestDataFrameDrop
defined functions:
test_drop_raise_exception_if_labels_not_in_level
,test_drop_errors_ignore
,test_drop_with_non_unique_datetime_index_and_invalid_keys
-
pandas-1.3.3/pandas/tests/frame/methods/test_count_with_level_deprecated.py
(4340 characters, 279 words)
imported modules:
pytest
,pandas
defined classes:
TestDataFrameCount
-
pandas-1.3.3/pandas/tests/frame/methods/test_dtypes.py
(4250 characters, 305 words)
imported modules:
datetime
,pandas.core.dtypes.dtypes
,pandas
defined classes:
TestDataFrameDataTypes
defined functions:
_check_cast
-
pandas-1.3.3/pandas/tests/frame/methods/test_isin.py
(7323 characters, 710 words)
imported modules:
pytest
,pandas
defined classes:
TestDataFrameIsIn
-
pandas-1.3.3/pandas/tests/frame/methods/test_join.py
(11566 characters, 994 words)
imported modules:
datetime
,pytest
,pandas
defined classes:
TestDataFrameJoin
defined functions:
frame_with_period_index
,left
,right
,test_join
,test_join_index
,test_join_index_more
,test_join_index_series
,test_join_overlap
,test_join_period_index
,test_join_left_sequence_non_unique_index
,test_suppress_future_warning_with_sort_kw
-
pandas-1.3.3/pandas/tests/frame/methods/test_update.py
(4604 characters, 459 words)
imported modules:
pytest
,pandas
defined classes:
TestDataFrameUpdate
-
pandas-1.3.3/pandas/tests/frame/methods/test_first_valid_index.py
(3404 characters, 297 words)
imported modules:
pytest
,pandas
defined classes:
TestFirstValidIndex
-
pandas-1.3.3/pandas/tests/frame/methods/test_dropna.py
(8728 characters, 690 words)
imported modules:
datetime
,dateutil
,pytest
,pandas
defined classes:
TestDataFrameMissingData
-
pandas-1.3.3/pandas/tests/frame/methods/test_copy.py
(1788 characters, 175 words)
imported modules:
pytest
,pandas
defined classes:
TestCopy
-
pandas-1.3.3/pandas/tests/frame/methods/__init__.py
(229 characters, 27 words)
-
pandas-1.3.3/pandas/tests/frame/methods/test_rank.py
(15673 characters, 1384 words)
imported modules:
datetime
,pytest
,pandas._libs.algos
,pandas
defined classes:
TestRank
-
pandas-1.3.3/pandas/tests/frame/methods/test_tz_convert.py
(4788 characters, 354 words)
imported modules:
pytest
,pandas
defined classes:
TestTZConvert
-
pandas-1.3.3/pandas/tests/frame/methods/test_is_homogeneous_dtype.py
(1422 characters, 121 words)
imported modules:
pytest
,pandas
defined functions:
test_is_homogeneous_type
-
pandas-1.3.3/pandas/tests/frame/methods/test_infer_objects.py
(1241 characters, 120 words)
imported modules:
datetime
,pandas
defined classes:
TestInferObjects
-
pandas-1.3.3/pandas/tests/frame/methods/test_swapaxes.py
(664 characters, 58 words)
imported modules:
pytest
,pandas
defined classes:
TestSwapAxes
-
pandas-1.3.3/pandas/tests/frame/methods/test_fillna.py
(20385 characters, 1709 words)
imported modules:
pytest
,pandas
,pandas.tests.frame.common
defined classes:
TestFillNA
defined functions:
test_fillna_nonconsolidated_frame
-
pandas-1.3.3/pandas/tests/frame/methods/test_combine.py
(1359 characters, 107 words)
imported modules:
pytest
defined classes:
TestCombine
-
pandas-1.3.3/pandas/tests/frame/methods/test_explode.py
(8033 characters, 743 words)
imported modules:
pytest
defined functions:
test_error
,test_error_multi_columns
,test_basic
,test_multi_index_rows
,test_multi_index_columns
,test_usecase
,test_duplicate_index
,test_ignore_index
,test_explode_sets
,test_multi_columns
-
pandas-1.3.3/pandas/tests/frame/methods/test_sample.py
(12104 characters, 1084 words)
imported modules:
pytest
,pandas.compat
,pandas
defined classes:
TestSample
,TestSampleDataFrame
-
pandas-1.3.3/pandas/tests/frame/methods/test_pct_change.py
(4541 characters, 425 words)
imported modules:
pytest
,pandas
defined classes:
TestDataFramePctChange
defined functions:
test_pct_change_with_duplicated_indices
-
pandas-1.3.3/pandas/tests/frame/methods/test_shift.py
(12302 characters, 960 words)
imported modules:
pytest
,pandas
defined classes:
TestDataFrameShift
-
pandas-1.3.3/pandas/tests/frame/methods/test_sort_index.py
(30343 characters, 2632 words)
imported modules:
pytest
,pandas
defined classes:
TestDataFrameSortIndex
,TestDataFrameSortIndexKey
-
pandas-1.3.3/pandas/tests/frame/methods/test_to_period.py
(2747 characters, 224 words)
imported modules:
pytest
,pandas
defined classes:
TestToPeriod
-
pandas-1.3.3/pandas/tests/frame/methods/test_convert_dtypes.py
(1234 characters, 103 words)
imported modules:
pytest
defined classes:
TestConvertDtypes
-
pandas-1.3.3/pandas/tests/frame/methods/test_rename.py
(14829 characters, 1176 words)
imported modules:
collections
,inspect
,pytest
,pandas
defined classes:
TestRename
-
pandas-1.3.3/pandas/tests/frame/methods/test_align.py
(11322 characters, 941 words)
imported modules:
pytest
,pytz
,pandas
defined classes:
TestDataFrameAlign
-
pandas-1.3.3/pandas/tests/frame/methods/test_value_counts.py
(3871 characters, 327 words)
defined functions:
test_data_frame_value_counts_unsorted
,test_data_frame_value_counts_ascending
,test_data_frame_value_counts_default
,test_data_frame_value_counts_normalize
,test_data_frame_value_counts_single_col_default
,test_data_frame_value_counts_empty
,test_data_frame_value_counts_empty_normalize
,test_data_frame_value_counts_dropna_true
,test_data_frame_value_counts_dropna_false
-
pandas-1.3.3/pandas/tests/frame/methods/test_compare.py
(6158 characters, 610 words)
imported modules:
pytest
defined functions:
test_compare_axis
,test_compare_various_formats
,test_compare_with_equal_nulls
,test_compare_with_non_equal_nulls
,test_compare_multi_index
,test_compare_unaligned_objects
-
pandas-1.3.3/pandas/tests/frame/methods/test_filter.py
(4930 characters, 422 words)
imported modules:
pytest
,pandas
defined classes:
TestDataFrameFilter
-
pandas-1.3.3/pandas/tests/frame/methods/test_count.py
(1081 characters, 84 words)
imported modules:
pandas
defined classes:
TestDataFrameCount
-
pandas-1.3.3/pandas/tests/frame/methods/test_between_time.py
(7170 characters, 665 words)
imported modules:
datetime
,pytest
,pandas._libs.tslibs
,pandas
defined classes:
TestBetweenTime
-
pandas-1.3.3/pandas/tests/frame/methods/test_reindex.py
(38621 characters, 3319 words)
imported modules:
datetime
,inspect
,itertools
,pytest
,pandas
defined classes:
TestReindexSetIndex
,TestDataFrameSelectReindex
-
pandas-1.3.3/pandas/tests/frame/methods/test_swaplevel.py
(1277 characters, 91 words)
imported modules:
pytest
,pandas
defined classes:
TestSwaplevel
-
pandas-1.3.3/pandas/tests/frame/methods/test_duplicated.py
(3208 characters, 336 words)
imported modules:
re
,pytest
,pandas
defined functions:
test_duplicated_with_misspelled_column_name
,test_duplicated_do_not_fail_on_wide_dataframes
,test_duplicated_keep
,test_duplicated_nan_none
,test_duplicated_subset
,test_duplicated_on_empty_frame
,test_frame_datetime64_duplicated
-
pandas-1.3.3/pandas/tests/frame/methods/test_values.py
(9110 characters, 695 words)
imported modules:
pytest
,pandas
defined classes:
TestDataFrameValues
,TestPrivateValues
-
pandas-1.3.3/pandas/tests/frame/methods/test_assign.py
(2982 characters, 315 words)
imported modules:
pytest
,pandas
defined classes:
TestAssign
-
pandas-1.3.3/pandas/tests/frame/methods/test_get_numeric_data.py
(3198 characters, 264 words)
imported modules:
pandas
,pandas.core.arrays
defined classes:
TestGetNumericData
-
pandas-1.3.3/pandas/tests/frame/methods/test_pipe.py
(1061 characters, 124 words)
imported modules:
pytest
,pandas
defined classes:
TestPipe
-
pandas-1.3.3/pandas/tests/frame/methods/test_reset_index.py
(24519 characters, 1969 words)
imported modules:
datetime
,itertools
,pytest
,pandas.core.dtypes.common
,pandas
defined classes:
TestResetIndex
defined functions:
test_reset_index_dtypes_on_empty_frame_with_multiindex
,test_reset_index_empty_frame_with_datetime64_multiindex
,test_reset_index_empty_frame_with_datetime64_multiindex_from_groupby
,test_reset_index_multiindex_nat
,test_drop_pos_args_deprecation
-
pandas-1.3.3/pandas/tests/frame/methods/test_head_tail.py
(1911 characters, 125 words)
imported modules:
pandas
defined functions:
test_head_tail_generic
,test_head_tail
,test_head_tail_empty
-
pandas-1.3.3/pandas/tests/frame/methods/test_transpose.py
(3400 characters, 283 words)
imported modules:
pytest
,pandas
defined classes:
TestTranspose
-
pandas-1.3.3/pandas/tests/frame/methods/test_diff.py
(9568 characters, 812 words)
imported modules:
pytest
,pandas
defined classes:
TestDataFrameDiff
-
pandas-1.3.3/pandas/tests/frame/methods/test_astype.py
(26866 characters, 2156 words)
imported modules:
re
,pytest
,pandas
,pandas.core.arrays.integer
defined classes:
TestAstype
,TestAstypeCategorical
,IntegerArrayNoCopy
,Int16DtypeNoCopy
defined functions:
_check_cast
,test_frame_astype_no_copy
-
pandas-1.3.3/pandas/tests/frame/methods/test_to_records.py
(14349 characters, 1244 words)
imported modules:
collections
,pytest
,pandas
defined classes:
TestDataFrameToRecords
-
pandas-1.3.3/pandas/tests/frame/methods/test_matmul.py
(2847 characters, 259 words)
imported modules:
operator
,pytest
,pandas
defined classes:
TestMatMul
-
pandas-1.3.3/pandas/tests/frame/methods/test_dot.py
(3899 characters, 344 words)
imported modules:
pytest
,pandas
defined classes:
DotSharedTests
,TestSeriesDot
,TestDataFrameDot
-
pandas-1.3.3/pandas/tests/frame/methods/test_drop_duplicates.py
(15100 characters, 1489 words)
imported modules:
datetime
,re
,pytest
,pandas
defined functions:
test_drop_duplicates_with_misspelled_column_name
,test_drop_duplicates
,test_drop_duplicates_with_duplicate_column_names
,test_drop_duplicates_for_take_all
,test_drop_duplicates_tuple
,test_drop_duplicates_empty
,test_drop_duplicates_NA
,test_drop_duplicates_NA_for_take_all
,test_drop_duplicates_inplace
,test_drop_duplicates_ignore_index
,test_drop_duplicates_null_in_object_column
,test_drop_duplicates_series_vs_dataframe
,test_drop_duplicates_non_boolean_ignore_index
,test_drop_duplicates_pos_args_deprecation
-
pandas-1.3.3/pandas/tests/frame/methods/test_first_and_last.py
(2942 characters, 260 words)
imported modules:
pytest
,pandas
defined classes:
TestFirst
-
pandas-1.3.3/pandas/tests/frame/methods/test_reorder_levels.py
(2790 characters, 268 words)
imported modules:
pytest
,pandas
defined classes:
TestReorderLevels
-
pandas-1.3.3/pandas/tests/frame/methods/test_set_axis.py
(3928 characters, 373 words)
imported modules:
pytest
,pandas
defined classes:
SharedSetAxisTests
,TestDataFrameSetAxis
,TestSeriesSetAxis
defined functions:
test_nonkeyword_arguments_deprecation_warning
-
pandas-1.3.3/pandas/tests/frame/methods/test_pop.py
(2116 characters, 215 words)
imported modules:
pandas
defined classes:
TestDataFramePop
-
pandas-1.3.3/pandas/tests/frame/methods/test_interpolate.py
(12460 characters, 1085 words)
imported modules:
pytest
,pandas
defined classes:
TestDataFrameInterpolate
-
pandas-1.3.3/pandas/tests/frame/methods/test_asfreq.py
(3575 characters, 314 words)
imported modules:
datetime
,pandas
,pandas.tseries
defined classes:
TestAsFreq
-
pandas-1.3.3/pandas/tests/frame/constructors/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/frame/constructors/test_from_records.py
(17235 characters, 1442 words)
imported modules:
datetime
,decimal
,pytest
,pytz
,pandas.compat
,pandas
defined classes:
TestFromRecords
-
pandas-1.3.3/pandas/tests/frame/constructors/test_from_dict.py
(7018 characters, 605 words)
imported modules:
collections
,pytest
,pandas
,pandas.core.construction
defined classes:
TestFromDict
-
pandas-1.3.3/pandas/tests/indexing/test_iat.py
(793 characters, 76 words)
imported modules:
pandas
defined functions:
test_iat
,test_iat_duplicate_columns
,test_iat_getitem_series_with_period_index
-
pandas-1.3.3/pandas/tests/indexing/test_categorical.py
(19173 characters, 1709 words)
imported modules:
re
,pytest
,pandas.core.dtypes.common
,pandas
defined classes:
TestCategoricalIndex
-
pandas-1.3.3/pandas/tests/indexing/test_datetime.py
(5438 characters, 446 words)
imported modules:
pandas
defined classes:
TestDatetimeIndex
-
pandas-1.3.3/pandas/tests/indexing/test_iloc.py
(46349 characters, 4476 words)
imported modules:
datetime
,re
,warnings
,pytest
,pandas
,pandas.api.types
,pandas.core.indexing
,pandas.tests.indexing.common
defined classes:
TestiLoc
,TestiLocBaseIndependent
,TestILocErrors
,TestILocSetItemDuplicateColumns
,TestILocCallable
,TestILocSeries
-
pandas-1.3.3/pandas/tests/indexing/test_at.py
(4739 characters, 418 words)
imported modules:
datetime
,pytest
,pandas
defined classes:
TestAtSetItem
,TestAtSetItemWithExpansion
,TestAtWithDuplicates
,TestAtErrors
defined functions:
test_at_timezone
-
pandas-1.3.3/pandas/tests/indexing/test_chaining_and_caching.py
(16926 characters, 1499 words)
imported modules:
pytest
,pandas
defined classes:
TestCaching
,TestChaining
defined functions:
random_text
-
pandas-1.3.3/pandas/tests/indexing/test_partial.py
(23389 characters, 2106 words)
imported modules:
pytest
,pandas
defined classes:
TestPartialSetting
-
pandas-1.3.3/pandas/tests/indexing/test_loc.py
(95675 characters, 8507 words)
imported modules:
collections
,datetime
,io
,re
,dateutil.tz
,pytest
,pandas
,pandas.api.types
,pandas.tests.indexing.common
defined classes:
TestLoc
,TestLoc2
,TestLocWithMultiIndex
,TestLocSetitemWithExpansion
,TestLocCallable
,TestPartialStringSlicing
,TestLabelSlicing
,TestLocBooleanLabelsAndSlices
,TestLocBooleanMask
,TestLocListlike
,TestLocSeries
defined functions:
test_loc_getitem_label_list_integer_labels
,test_loc_setitem_float_intindex
,test_loc_axis_1_slice
,test_loc_set_dataframe_multiindex
,test_loc_mixed_int_float
,test_loc_with_positional_slice_deprecation
,test_loc_slice_disallows_positional
,test_loc_datetimelike_mismatched_dtypes
,test_loc_with_period_index_indexer
-
pandas-1.3.3/pandas/tests/indexing/test_floats.py
(20230 characters, 1855 words)
imported modules:
pytest
,pandas
defined classes:
TestFloatIndexers
defined functions:
gen_obj
-
pandas-1.3.3/pandas/tests/indexing/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/indexing/test_indexing.py
(33358 characters, 3128 words)
imported modules:
datetime
,re
,weakref
,pytest
,pandas.core.dtypes.common
,pandas
,pandas.tests.indexing.common
,pandas.tests.indexing.test_floats
defined classes:
TestFancy
,TestMisc
,TestDataframeNoneCoercion
,TestDatetimelikeCoercion
defined functions:
test_extension_array_cross_section
,test_extension_array_cross_section_converts
,test_getitem_object_index_float_string
-
pandas-1.3.3/pandas/tests/indexing/test_na_indexing.py
(2309 characters, 222 words)
imported modules:
pytest
defined functions:
test_series_mask_boolean
,test_na_treated_as_false
-
pandas-1.3.3/pandas/tests/indexing/test_indexers.py
(1653 characters, 138 words)
imported modules:
pytest
,pandas.core.indexers
defined classes:
TestValidateIndices
defined functions:
test_length_of_indexer
,test_is_scalar_indexer
-
pandas-1.3.3/pandas/tests/indexing/test_scalar.py
(9940 characters, 1067 words)
imported modules:
datetime
,pytest
,pandas
,pandas.tests.indexing.common
defined classes:
TestScalar
,TestScalar2
,TestMultiIndexScalar
defined functions:
test_iat_dont_wrap_object_datetimelike
,test_at_with_tuple_index_get
,test_at_with_tuple_index_set
-
pandas-1.3.3/pandas/tests/indexing/test_check_indexer.py
(3159 characters, 281 words)
imported modules:
pytest
,pandas.api.indexers
defined functions:
test_valid_input
,test_boolean_na_returns_indexer
,test_bool_raise_length
,test_int_raise_missing_values
,test_raise_invalid_array_dtypes
,test_raise_nullable_string_dtype
,test_pass_through_non_array_likes
-
pandas-1.3.3/pandas/tests/indexing/common.py
(5266 characters, 472 words)
imported modules:
itertools
,pandas
defined classes:
Base
defined functions:
_mklbl
,_axify
-
pandas-1.3.3/pandas/tests/indexing/test_coercion.py
(40212 characters, 3220 words)
imported modules:
__future__
,datetime
,itertools
,pytest
,pandas.compat
defined classes:
CoercionBase
,TestSetitemCoercion
,TestInsertIndexCoercion
,TestWhereCoercion
,TestFillnaSeriesCoercion
,TestReplaceSeriesCoercion
defined functions:
check_comprehensiveness
-
pandas-1.3.3/pandas/tests/indexing/multiindex/test_datetime.py
(1209 characters, 120 words)
imported modules:
datetime
,pandas
defined functions:
test_multiindex_period_datetime
,test_multiindex_datetime_columns
-
pandas-1.3.3/pandas/tests/indexing/multiindex/test_slice.py
(25681 characters, 2324 words)
imported modules:
pytest
,pandas.errors
,pandas
,pandas.tests.indexing.common
defined classes:
TestMultiIndexSlicers
-
pandas-1.3.3/pandas/tests/indexing/multiindex/test_iloc.py
(4837 characters, 531 words)
imported modules:
pytest
,pandas
defined functions:
simple_multiindex_dataframe
,test_iloc_returns_series
,test_iloc_returns_dataframe
,test_iloc_returns_scalar
,test_iloc_getitem_multiple_items
,test_iloc_getitem_labels
,test_frame_getitem_slice
,test_frame_setitem_slice
,test_indexing_ambiguity_bug_1678
,test_iloc_integer_locations
,test_iloc_setitem_int_multiindex_series
,test_getitem_iloc
-
pandas-1.3.3/pandas/tests/indexing/multiindex/test_chaining_and_caching.py
(2138 characters, 253 words)
imported modules:
pytest
,pandas
defined functions:
test_detect_chained_assignment
,test_cache_updating
,test_indexer_caching
-
pandas-1.3.3/pandas/tests/indexing/multiindex/test_partial.py
(9278 characters, 728 words)
imported modules:
pytest
,pandas
defined classes:
TestMultiIndexPartial
defined functions:
test_loc_getitem_partial_both_axis
-
pandas-1.3.3/pandas/tests/indexing/multiindex/test_loc.py
(28982 characters, 2660 words)
imported modules:
pytest
,pandas.errors
,pandas
,pandas.core.indexing
defined classes:
TestMultiIndexLoc
,TestKeyErrorsWithMultiIndex
defined functions:
single_level_multiindex
,frame_random_data_integer_multi_index
,test_loc_getitem_duplicates_multiindex_missing_indexers
,test_loc_getitem_duplicates_multiindex_empty_indexer
,test_loc_getitem_duplicates_multiindex_non_scalar_type_object
,test_loc_getitem_tuple_plus_slice
,test_loc_getitem_int
,test_loc_getitem_int_raises_exception
,test_loc_getitem_lowerdim_corner
,test_loc_setitem_single_column_slice
,test_loc_nan_multiindex
,test_loc_period_string_indexing
,test_loc_datetime_mask_slicing
,test_loc_datetime_series_tuple_slicing
,test_loc_with_mi_indexer
,test_loc_mi_with_level1_named_0
,test_getitem_str_slice
,test_3levels_leading_period_index
,test_getitem_loc_commutability
,test_loc_with_nan
,test_getitem_non_found_tuple
,test_get_loc_datetime_index
,test_loc_setitem_indexer_differently_ordered
,test_loc_getitem_index_differently_ordered_slice_none
,test_loc_getitem_index_differently_ordered_slice_none_duplicates
,test_loc_getitem_drops_levels_for_one_row_dataframe
,test_mi_columns_loc_list_label_order
,test_mi_partial_indexing_list_raises
,test_mi_indexing_list_nonexistent_raises
,test_mi_add_cell_missing_row_non_unique
,test_loc_get_scalar_casting_to_float
,test_loc_empty_single_selector_with_names
,test_loc_keyerror_rightmost_key_missing
-
pandas-1.3.3/pandas/tests/indexing/multiindex/test_setitem.py
(16225 characters, 1484 words)
imported modules:
pytest
,pandas
defined classes:
TestMultiIndexSetItem
,TestSetitemWithExpansionMultiIndex
defined functions:
assert_equal
,test_frame_setitem_view_direct
,test_frame_setitem_copy_raises
,test_frame_setitem_copy_no_write
-
pandas-1.3.3/pandas/tests/indexing/multiindex/test_sorted.py
(4461 characters, 370 words)
imported modules:
pytest
,pandas
defined classes:
TestMultiIndexSorted
-
pandas-1.3.3/pandas/tests/indexing/multiindex/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/indexing/multiindex/test_indexing_slow.py
(2864 characters, 293 words)
imported modules:
typing
,warnings
,pytest
,pandas
defined functions:
validate
,test_multiindex_get_loc
-
pandas-1.3.3/pandas/tests/indexing/multiindex/test_getitem.py
(12551 characters, 1138 words)
imported modules:
pytest
,pandas
,pandas.core.indexing
defined functions:
test_series_getitem_multiindex
,test_series_getitem_duplicates_multiindex
,test_series_getitem
,test_series_getitem_returns_scalar
,test_series_getitem_indexing_errors
,test_series_getitem_corner_generator
,test_getitem_simple
,test_frame_getitem_simple_key_error
,test_frame_getitem_multicolumn_empty_level
,test_frame_getitem_toplevel
,test_frame_mixed_depth_get
,test_frame_getitem_nan_multiindex
,test_frame_getitem_nan_cols_multiindex
,dataframe_with_duplicate_index
,test_frame_mi_access
,test_frame_mi_access_returns_series
,test_frame_mi_access_returns_frame
,test_frame_mi_empty_slice
,test_loc_empty_multiindex
-
pandas-1.3.3/pandas/tests/indexing/multiindex/test_multiindex.py
(2974 characters, 263 words)
imported modules:
pandas.errors
,pandas
defined classes:
TestMultiIndexBasic
-
pandas-1.3.3/pandas/tests/indexing/interval/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/indexing/interval/test_interval_new.py
(7296 characters, 616 words)
imported modules:
re
,pytest
,pandas
defined classes:
TestIntervalIndex
-
pandas-1.3.3/pandas/tests/indexing/interval/test_interval.py
(5504 characters, 437 words)
imported modules:
pytest
,pandas
defined classes:
TestIntervalIndex
,TestIntervalIndexInsideMultiIndex
-
pandas-1.3.3/pandas/tests/construction/test_extract_array.py
(637 characters, 48 words)
imported modules:
pandas
,pandas.core.construction
defined functions:
test_extract_array_rangeindex
-
pandas-1.3.3/pandas/tests/construction/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/dtypes/test_common.py
(25008 characters, 1686 words)
imported modules:
__future__
,datetime
,pytest
,pandas.core.dtypes.cast
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.missing
,pandas.arrays
defined classes:
TestPandasDtype
defined functions:
to_ea_dtypes
,to_numpy_dtypes
,test_dtype_equal
,test_dtype_equal_strict
,get_is_dtype_funcs
,test_get_dtype_error_catch
,test_is_object
,test_is_sparse
,test_is_scipy_sparse
,test_is_categorical
,test_is_categorical_deprecation
,test_is_datetime64_dtype
,test_is_datetime64tz_dtype
,test_is_timedelta64_dtype
,test_is_period_dtype
,test_is_interval_dtype
,test_is_categorical_dtype
,test_is_string_dtype
,test_is_string_dtype_nullable
,test_is_integer_dtype
,test_is_not_integer_dtype
,test_is_signed_integer_dtype
,test_is_not_signed_integer_dtype
,test_is_unsigned_integer_dtype
,test_is_not_unsigned_integer_dtype
,test_is_int64_dtype
,test_is_not_int64_dtype
,test_is_datetime64_any_dtype
,test_is_datetime64_ns_dtype
,test_is_timedelta64_ns_dtype
,test_is_datetime_or_timedelta_dtype
,test_is_numeric_v_string_like
,test_is_datetimelike_v_numeric
,test_needs_i8_conversion
,test_is_numeric_dtype
,test_is_float_dtype
,test_is_bool_dtype
,test_is_bool_dtype_numpy_error
,test_is_extension_type
,test_is_extension_type_deprecation
,test_is_extension_array_dtype
,test_is_complex_dtype
,test_get_dtype
,test_get_dtype_fails
,test__is_dtype_type
,test_astype_nansafe
,test_astype_nansafe_copy_false
,test_astype_datetime64_bad_dtype_raises
,test_astype_object_preserves_datetime_na
,test_validate_allhashable
-
pandas-1.3.3/pandas/tests/dtypes/test_generic.py
(4327 characters, 394 words)
imported modules:
warnings
,pytest
defined classes:
TestABCClasses
defined functions:
test_setattr_warnings
-
pandas-1.3.3/pandas/tests/dtypes/test_inference.py
(64727 characters, 5001 words)
imported modules:
collections
,collections
,datetime
,decimal
,fractions
,io
,itertools
,numbers
,re
,pytest
,pytz
,pandas._libs
,pandas.core.dtypes
,pandas.core.dtypes.common
,pandas
,pandas.core.arrays
defined classes:
TestInference
,TestTypeInference
,TestNumberScalar
,TestIsScalar
defined functions:
coerce
,maybe_list_like
,test_is_list_like
,test_is_list_like_disallow_sets
,test_is_list_like_recursion
,test_is_list_like_iter_is_none
,test_is_sequence
,test_is_array_like
,test_is_nested_list_like_passes
,test_is_nested_list_like_fails
,test_is_dict_like_passes
,test_is_dict_like_fails
,test_is_dict_like_duck_type
,test_is_file_like
,test_is_names_tuple_passes
,test_is_names_tuple_fails
,test_is_hashable
,test_is_re_passes
,test_is_re_fails
,test_is_recompilable_passes
,test_is_recompilable_fails
,test_datetimeindex_from_empty_datetime64_array
,test_nan_to_nat_conversions
,test_is_scipy_sparse
,test_ensure_int32
-
pandas-1.3.3/pandas/tests/dtypes/test_concat.py
(903 characters, 74 words)
imported modules:
pytest
,pandas
defined functions:
test_concat_mismatched_categoricals_with_empty
,test_concat_single_dataframe_tz_aware
-
pandas-1.3.3/pandas/tests/dtypes/test_dtypes.py
(38597 characters, 2950 words)
imported modules:
re
,pytest
,pytz
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas
,pandas.core.arrays.sparse
defined classes:
Base
,TestCategoricalDtype
,TestDatetimeTZDtype
,TestPeriodDtype
,TestIntervalDtype
,TestCategoricalDtypeParametrized
defined functions:
test_registry
,test_registry_find
,test_is_bool_dtype
,test_is_bool_dtype_sparse
,test_is_dtype_no_warning
,test_period_dtype_compare_to_string
-
pandas-1.3.3/pandas/tests/dtypes/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/dtypes/test_missing.py
(23242 characters, 1872 words)
imported modules:
contextlib
,datetime
,decimal
,pytest
,pandas._libs.tslibs
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.missing
,pandas
defined classes:
TestIsNA
,TestNAObj
,TestLibMissing
,TestIsValidNAForDtype
defined functions:
test_notna_notnull
,test_array_equivalent
,test_array_equivalent_series
,test_array_equivalent_different_dtype_but_equal
,test_array_equivalent_tzawareness
,test_array_equivalent_compat
,test_array_equivalent_str
,test_array_equivalent_nested
,test_na_value_for_dtype
-
pandas-1.3.3/pandas/tests/dtypes/cast/test_infer_dtype.py
(6174 characters, 496 words)
imported modules:
datetime
,pytest
,pandas.core.dtypes.cast
,pandas.core.dtypes.common
,pandas
defined functions:
pandas_dtype
,test_infer_dtype_from_int_scalar
,test_infer_dtype_from_float_scalar
,test_infer_dtype_from_python_scalar
,test_infer_dtype_from_boolean
,test_infer_dtype_from_complex
,test_infer_dtype_from_datetime
,test_infer_dtype_from_timedelta
,test_infer_dtype_from_period
,test_infer_dtype_misc
,test_infer_from_scalar_tz
,test_infer_from_interval
,test_infer_dtype_from_scalar_errors
,test_infer_dtype_from_scalar
,test_infer_dtype_from_array
,test_infer_dtype_from_scalar_zerodim_datetimelike
-
pandas-1.3.3/pandas/tests/dtypes/cast/test_infer_datetimelike.py
(603 characters, 62 words)
imported modules:
pytest
,pandas
defined functions:
test_maybe_infer_to_datetimelike_df_construct
,test_maybe_infer_to_datetimelike_ser_construct
-
pandas-1.3.3/pandas/tests/dtypes/cast/test_downcast.py
(2443 characters, 205 words)
imported modules:
decimal
,pytest
,pandas.core.dtypes.cast
,pandas
defined functions:
test_downcast
,test_downcast_booleans
,test_downcast_conversion_no_nan
,test_downcast_conversion_nan
,test_downcast_conversion_empty
,test_datetime_likes_nan
-
pandas-1.3.3/pandas/tests/dtypes/cast/test_maybe_box_native.py
(996 characters, 78 words)
imported modules:
datetime
,pytest
,pandas.core.dtypes.cast
,pandas
defined functions:
test_maybe_box_native
-
pandas-1.3.3/pandas/tests/dtypes/cast/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/dtypes/cast/test_dict_compat.py
(476 characters, 46 words)
imported modules:
pandas.core.dtypes.cast
,pandas
defined functions:
test_dict_compat
-
pandas-1.3.3/pandas/tests/dtypes/cast/test_promote.py
(22013 characters, 2045 words)
imported modules:
datetime
,decimal
,pytest
,pandas._libs.tslibs
,pandas.core.dtypes.cast
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.missing
defined functions:
any_numpy_dtype_reduced
,_check_promote
,_assert_match
,test_maybe_promote_int_with_int
,test_maybe_promote_int_with_float
,test_maybe_promote_float_with_int
,test_maybe_promote_float_with_float
,test_maybe_promote_bool_with_any
,test_maybe_promote_any_with_bool
,test_maybe_promote_bytes_with_any
,test_maybe_promote_any_with_bytes
,test_maybe_promote_datetime64_with_any
,test_maybe_promote_any_with_datetime64
,test_maybe_promote_any_numpy_dtype_with_datetimetz
,test_maybe_promote_timedelta64_with_any
,test_maybe_promote_any_with_timedelta64
,test_maybe_promote_string_with_any
,test_maybe_promote_any_with_string
,test_maybe_promote_object_with_any
,test_maybe_promote_any_with_object
,test_maybe_promote_any_numpy_dtype_with_na
-
pandas-1.3.3/pandas/tests/dtypes/cast/test_construct_from_scalar.py
(1786 characters, 151 words)
imported modules:
pytest
,pandas.core.dtypes.cast
,pandas.core.dtypes.dtypes
,pandas
defined functions:
test_cast_1d_array_like_from_scalar_categorical
,test_cast_1d_array_like_from_timestamp
,test_cast_1d_array_like_from_timedelta
,test_cast_1d_array_like_mismatched_datetimelike
-
pandas-1.3.3/pandas/tests/dtypes/cast/test_find_common_type.py
(5114 characters, 354 words)
imported modules:
pytest
,pandas.core.dtypes.cast
,pandas.core.dtypes.dtypes
,pandas
defined functions:
test_numpy_dtypes
,test_raises_empty_input
,test_categorical_dtype
,test_datetimetz_dtype_match
,test_datetimetz_dtype_mismatch
,test_period_dtype_match
,test_period_dtype_mismatch
,test_interval_dtype
,test_interval_dtype_with_categorical
-
pandas-1.3.3/pandas/tests/dtypes/cast/test_construct_ndarray.py
(1101 characters, 95 words)
imported modules:
pytest
,pandas.core.construction
defined functions:
test_construct_1d_ndarray_preserving_na
,test_construct_1d_ndarray_preserving_na_datetimelike
-
pandas-1.3.3/pandas/tests/dtypes/cast/test_construct_object_arr.py
(717 characters, 59 words)
imported modules:
pytest
,pandas.core.dtypes.cast
defined functions:
test_cast_1d_array
,test_cast_1d_array_invalid_scalar
-
pandas-1.3.3/pandas/tests/util/test_doc.py
(1492 characters, 150 words)
imported modules:
textwrap
,pandas.util._decorators
defined functions:
cumsum
,cumavg
,cummax
,cummin
,test_docstring_formatting
,test_docstring_appending
,test_doc_template_from_func
,test_inherit_doc_template
-
pandas-1.3.3/pandas/tests/util/test_assert_index_equal.py
(7320 characters, 660 words)
imported modules:
pytest
,pandas
defined functions:
test_index_equal_levels_mismatch
,test_index_equal_values_mismatch
,test_index_equal_length_mismatch
,test_index_equal_class_mismatch
,test_index_equal_values_close
,test_index_equal_values_less_close
,test_index_equal_values_too_far
,test_index_equal_value_oder_mismatch
,test_index_equal_level_values_mismatch
,test_index_equal_names
,test_index_equal_category_mismatch
,test_index_equal_range_categories
,test_assert_index_equal_mixed_dtype
-
pandas-1.3.3/pandas/tests/util/test_deprecate_kwarg.py
(2043 characters, 176 words)
imported modules:
pytest
,pandas.util._decorators
defined functions:
_f1
,_f2
,_f3_mapping
,_f3
,test_deprecate_kwarg
,test_dict_deprecate_kwarg
,test_missing_deprecate_kwarg
,test_callable_deprecate_kwarg
,test_callable_deprecate_kwarg_fail
,test_bad_deprecate_kwarg
,_f4
,test_deprecate_keyword
-
pandas-1.3.3/pandas/tests/util/test_assert_categorical_equal.py
(2748 characters, 257 words)
imported modules:
pytest
,pandas
defined functions:
test_categorical_equal
,test_categorical_equal_order_mismatch
,test_categorical_equal_categories_mismatch
,test_categorical_equal_codes_mismatch
,test_categorical_equal_ordered_mismatch
,test_categorical_equal_object_override
-
pandas-1.3.3/pandas/tests/util/test_assert_interval_array_equal.py
(2158 characters, 190 words)
imported modules:
pytest
,pandas
defined functions:
test_interval_array_equal
,test_interval_array_equal_closed_mismatch
,test_interval_array_equal_periods_mismatch
,test_interval_array_equal_end_mismatch
,test_interval_array_equal_start_mismatch
-
pandas-1.3.3/pandas/tests/util/test_hashing.py
(12032 characters, 963 words)
imported modules:
pytest
,pandas
,pandas.core.util.hashing
,pandas.util
defined functions:
series
,index
,_check_equal
,_check_not_equal_with_index
,test_consistency
,test_hash_array
,test_hash_array_mixed
,test_hash_array_errors
,test_hash_tuples
,test_hash_tuples_err
,test_multiindex_unique
,test_multiindex_objects
,test_hash_pandas_object
,test_hash_pandas_object2
,test_hash_pandas_empty_object
,test_categorical_consistency
,test_categorical_with_nan_consistency
,test_pandas_errors
,test_hash_keys
,test_df_hash_keys
,test_df_encoding
,test_invalid_key
,test_already_encoded
,test_alternate_encoding
,test_same_len_hash_collisions
,test_hash_collisions
,test_hash_with_tuple
,test_hash_object_none_key
-
pandas-1.3.3/pandas/tests/util/test_assert_extension_array_equal.py
(3464 characters, 274 words)
imported modules:
pytest
,pandas
,pandas.core.arrays.sparse
defined functions:
test_assert_extension_array_equal_not_exact
,test_assert_extension_array_equal_less_precise
,test_assert_extension_array_equal_dtype_mismatch
,test_assert_extension_array_equal_missing_values
,test_assert_extension_array_equal_non_extension_array
,test_assert_extension_array_equal_ignore_dtype_mismatch
-
pandas-1.3.3/pandas/tests/util/test_assert_series_equal.py
(10212 characters, 868 words)
imported modules:
pytest
,pandas
defined functions:
_assert_series_equal_both
,_assert_not_series_equal
,_assert_not_series_equal_both
,test_series_equal
,test_series_not_equal_value_mismatch
,test_series_not_equal_metadata_mismatch
,test_less_precise
,test_series_equal_index_dtype
,test_series_equal_length_mismatch
,test_series_equal_numeric_values_mismatch
,test_series_equal_categorical_values_mismatch
,test_series_equal_datetime_values_mismatch
,test_series_equal_categorical_mismatch
,test_assert_series_equal_extension_dtype_mismatch
,test_assert_series_equal_interval_dtype_mismatch
,test_series_equal_series_type
,test_series_equal_exact_for_nonnumeric
,test_assert_series_equal_ignore_extension_dtype_mismatch
,test_allows_duplicate_labels
,test_assert_series_equal_identical_na
-
pandas-1.3.3/pandas/tests/util/test_validate_kwargs.py
(1755 characters, 176 words)
imported modules:
pytest
,pandas.util._validators
defined functions:
test_bad_kwarg
,test_not_all_none
,test_validation
,test_validate_bool_kwarg_fail
,test_validate_bool_kwarg
-
pandas-1.3.3/pandas/tests/util/test_assert_frame_equal.py
(11150 characters, 966 words)
imported modules:
pytest
,pandas
defined functions:
by_blocks_fixture
,obj_fixture
,_assert_frame_equal_both
,_assert_not_frame_equal
,_assert_not_frame_equal_both
,test_frame_equal_row_order_mismatch
,test_frame_equal_shape_mismatch
,test_frame_equal_index_dtype_mismatch
,test_empty_dtypes
,test_frame_equal_index_mismatch
,test_frame_equal_columns_mismatch
,test_frame_equal_block_mismatch
,test_frame_equal_unicode
,test_assert_frame_equal_extension_dtype_mismatch
,test_assert_frame_equal_interval_dtype_mismatch
,test_assert_frame_equal_ignore_extension_dtype_mismatch
,test_assert_frame_equal_datetime_like_dtype_mismatch
,test_allows_duplicate_labels
,test_assert_frame_equal_columns_mixed_dtype
,test_frame_equal_extension_dtype
,test_frame_equal_mixed_dtypes
,test_assert_series_equal_check_like_different_indexes
-
pandas-1.3.3/pandas/tests/util/test_show_versions.py
(2545 characters, 230 words)
imported modules:
json
,os
,re
,pytest
,pandas.util._print_versions
defined functions:
test_show_versions
,test_show_versions_console_json
,test_show_versions_console
,test_json_output_match
-
pandas-1.3.3/pandas/tests/util/test_deprecate.py
(1626 characters, 156 words)
imported modules:
textwrap
,pytest
,pandas.util._decorators
defined functions:
new_func
,new_func_no_docstring
,new_func_wrong_docstring
,new_func_with_deprecation
,test_deprecate_ok
,test_deprecate_no_docstring
,test_deprecate_wrong_docstring
-
pandas-1.3.3/pandas/tests/util/test_validate_args.py
(1842 characters, 178 words)
imported modules:
pytest
,pandas.util._validators
defined functions:
test_bad_min_fname_arg_count
,test_bad_arg_length_max_value_single
,test_bad_arg_length_max_value_multiple
,test_not_all_defaults
,test_validation
-
pandas-1.3.3/pandas/tests/util/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/util/conftest.py
(476 characters, 32 words)
imported modules:
pytest
defined functions:
check_dtype
,check_exact
,check_index_type
,rtol
,check_categorical
-
pandas-1.3.3/pandas/tests/util/test_assert_attr_equal.py
(1073 characters, 86 words)
imported modules:
types
,pytest
,pandas.core.dtypes.common
defined functions:
test_assert_attr_equal
,test_assert_attr_equal_different_nulls
-
pandas-1.3.3/pandas/tests/util/test_validate_args_and_kwargs.py
(2391 characters, 237 words)
imported modules:
pytest
,pandas.util._validators
defined functions:
test_invalid_total_length_max_length_one
,test_invalid_total_length_max_length_multiple
,test_missing_args_or_kwargs
,test_duplicate_argument
,test_validation
-
pandas-1.3.3/pandas/tests/util/test_util.py
(1982 characters, 188 words)
imported modules:
os
,pytest
defined functions:
test_rands
,test_rands_array_1d
,test_rands_array_2d
,test_numpy_err_state_is_default
,test_convert_rows_list_to_csv_str
,test_create_temp_directory
,test_datapath_missing
,test_datapath
,test_rng_context
,test_external_error_raised
-
pandas-1.3.3/pandas/tests/util/test_assert_produces_warning.py
(5693 characters, 382 words)
imported modules:
warnings
,pytest
,pandas.errors
defined classes:
TestFalseOrNoneExpectedWarning
defined functions:
category
,pair_different_warnings
,f
,test_assert_produces_warning_honors_filter
,test_catch_warning_category_and_match
,test_fail_to_match
,test_fail_to_catch_actual_warning
,test_ignore_extra_warning
,test_raise_on_extra_warning
,test_same_category_different_messages_first_match
,test_same_category_different_messages_last_match
,test_right_category_wrong_match_raises
-
pandas-1.3.3/pandas/tests/util/test_deprecate_nonkeyword_arguments.py
(3126 characters, 288 words)
imported modules:
warnings
,pandas.util._decorators
defined classes:
Foo
defined functions:
f
,test_one_argument
,test_one_and_one_arguments
,test_two_arguments
,test_two_and_two_arguments
,test_three_arguments
,test_four_arguments
,g
,test_one_and_three_arguments_default_allowed_args
,test_three_arguments_default_allowed_args
,test_three_positional_argument_with_warning_message_analysis
,h
,test_all_keyword_arguments
,test_one_positional_argument
,test_one_positional_argument_with_warning_message_analysis
,test_class
-
pandas-1.3.3/pandas/tests/util/test_assert_numpy_array_equal.py
(6624 characters, 598 words)
imported modules:
copy
,pytest
,pandas
defined functions:
test_assert_numpy_array_equal_shape_mismatch
,test_assert_numpy_array_equal_bad_type
,test_assert_numpy_array_equal_class_mismatch
,test_assert_numpy_array_equal_value_mismatch1
,test_assert_numpy_array_equal_value_mismatch2
,test_assert_numpy_array_equal_value_mismatch3
,test_assert_numpy_array_equal_value_mismatch4
,test_assert_numpy_array_equal_value_mismatch5
,test_assert_numpy_array_equal_value_mismatch6
,test_assert_numpy_array_equal_shape_mismatch_override
,test_numpy_array_equal_unicode
,test_numpy_array_equal_object
,test_numpy_array_equal_copy_flag
,test_numpy_array_equal_contains_na
,test_numpy_array_equal_identical_na
,test_numpy_array_equal_different_na
-
pandas-1.3.3/pandas/tests/util/test_numba.py
(308 characters, 21 words)
imported modules:
pytest
,pandas
defined functions:
test_numba_not_installed_option_context
-
pandas-1.3.3/pandas/tests/util/test_safe_import.py
(1020 characters, 88 words)
imported modules:
sys
,types
,pytest
defined functions:
test_safe_import_non_existent
,test_safe_import_exists
,test_safe_import_versions
,test_safe_import_dummy
-
pandas-1.3.3/pandas/tests/util/test_assert_almost_equal.py
(12557 characters, 1104 words)
imported modules:
pytest
,pandas
defined functions:
_assert_almost_equal_both
,_assert_not_almost_equal
,_assert_not_almost_equal_both
,test_assert_almost_equal_deprecated
,test_assert_almost_equal_numbers
,test_assert_not_almost_equal_numbers
,test_assert_almost_equal_numbers_atol
,test_assert_not_almost_equal_numbers_atol
,test_assert_almost_equal_numbers_rtol
,test_assert_not_almost_equal_numbers_rtol
,test_assert_almost_equal_complex_numbers
,test_assert_not_almost_equal_complex_numbers
,test_assert_almost_equal_numbers_with_zeros
,test_assert_not_almost_equal_numbers_with_zeros
,test_assert_not_almost_equal_numbers_with_mixed
,test_assert_almost_equal_edge_case_ndarrays
,test_assert_almost_equal_dicts
,test_assert_not_almost_equal_dicts
,test_assert_almost_equal_dict_like_object
,test_assert_almost_equal_strings
,test_assert_not_almost_equal_strings
,test_assert_almost_equal_iterables
,test_assert_not_almost_equal_iterables
,test_assert_almost_equal_null
,test_assert_not_almost_equal_null
,test_assert_almost_equal_inf
,test_assert_not_almost_equal_inf
,test_assert_almost_equal_pandas
,test_assert_almost_equal_object
,test_assert_almost_equal_value_mismatch
,test_assert_almost_equal_class_mismatch
,test_assert_almost_equal_value_mismatch1
,test_assert_almost_equal_value_mismatch2
,test_assert_almost_equal_value_mismatch3
,test_assert_almost_equal_value_mismatch4
,test_assert_almost_equal_shape_mismatch_override
,test_assert_almost_equal_unicode
,test_assert_almost_equal_timestamp
,test_assert_almost_equal_iterable_length_mismatch
,test_assert_almost_equal_iterable_values_mismatch
-
pandas-1.3.3/pandas/tests/plotting/test_datetimelike.py
(55682 characters, 4757 words)
imported modules:
datetime
,pickle
,sys
,pytest
,pandas._libs.tslibs
,pandas
,pandas.core.indexes.datetimes
,pandas.core.indexes.period
,pandas.core.indexes.timedeltas
,pandas.tests.plotting.common
,pandas.tseries.offsets
defined classes:
TestTSPlot
defined functions:
_check_plot_works
-
pandas-1.3.3/pandas/tests/plotting/test_common.py
(1440 characters, 128 words)
imported modules:
pytest
,pandas
,pandas.tests.plotting.common
defined classes:
TestCommon
-
pandas-1.3.3/pandas/tests/plotting/test_style.py
(5203 characters, 419 words)
imported modules:
pytest
,pandas
,pandas.plotting._matplotlib.style
defined classes:
TestGetStandardColors
-
pandas-1.3.3/pandas/tests/plotting/test_groupby.py
(4702 characters, 435 words)
imported modules:
pytest
,pandas.compat
,pandas
,pandas.tests.plotting.common
defined classes:
TestDataFrameGroupByPlots
-
pandas-1.3.3/pandas/tests/plotting/test_boxplot_method.py
(21480 characters, 1624 words)
imported modules:
itertools
,string
,pytest
,pandas
,pandas.tests.plotting.common
defined classes:
TestDataFramePlots
,TestDataFrameGroupByPlots
-
pandas-1.3.3/pandas/tests/plotting/test_backend.py
(3657 characters, 258 words)
imported modules:
sys
,types
,pkg_resources
,pytest
,pandas
defined functions:
restore_backend
,test_backend_is_not_module
,test_backend_is_correct
,test_backend_can_be_set_in_plot_call
,test_register_entrypoint
,test_setting_backend_without_plot_raises
,test_no_matplotlib_ok
,test_extra_kinds_ok
-
pandas-1.3.3/pandas/tests/plotting/test_misc.py
(20186 characters, 1739 words)
imported modules:
pytest
,pandas
,pandas.tests.plotting.common
defined classes:
TestSeriesPlots
,TestDataFramePlots
defined functions:
test_import_error_message
,test_get_accessor_args
-
pandas-1.3.3/pandas/tests/plotting/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/plotting/test_hist_method.py
(28080 characters, 2281 words)
imported modules:
re
,pytest
,pandas
,pandas.tests.plotting.common
defined classes:
TestSeriesPlots
,TestDataFramePlots
,TestDataFrameGroupByPlots
-
pandas-1.3.3/pandas/tests/plotting/test_series.py
(29864 characters, 2530 words)
imported modules:
datetime
,itertools
,pytest
,pandas
,pandas.tests.plotting.common
defined classes:
TestSeriesPlots
-
pandas-1.3.3/pandas/tests/plotting/common.py
(21514 characters, 1981 words)
imported modules:
__future__
,os
,typing
,warnings
,pandas.util._decorators
,pandas.core.dtypes.api
,pandas
defined classes:
TestPlotBase
defined functions:
_check_plot_works
,_gen_default_plot
,_gen_two_subplots
,curpath
-
pandas-1.3.3/pandas/tests/plotting/test_converter.py
(13014 characters, 1136 words)
imported modules:
datetime
,subprocess
,sys
,pytest
,pandas.compat
,pandas
,pandas.plotting
,pandas.tseries.offsets
defined classes:
TestRegistration
,TestDateTimeConverter
,TestPeriodConverter
,TestTimeDeltaConverter
defined functions:
test_registry_mpl_resets
,test_timtetonum_accepts_unicode
-
pandas-1.3.3/pandas/tests/plotting/frame/test_frame_color.py
(27479 characters, 2335 words)
imported modules:
re
,warnings
,pytest
,pandas
,pandas.tests.plotting.common
defined classes:
TestDataFrameColor
-
pandas-1.3.3/pandas/tests/plotting/frame/test_frame_legend.py
(8166 characters, 669 words)
imported modules:
pytest
,pandas
,pandas.tests.plotting.common
defined classes:
TestFrameLegend
-
pandas-1.3.3/pandas/tests/plotting/frame/test_frame.py
(79401 characters, 6642 words)
imported modules:
datetime
,itertools
,re
,string
,warnings
,pytest
,pandas.core.dtypes.api
,pandas
,pandas.tests.plotting.common
,pandas.io.formats.printing
defined classes:
TestDataFramePlots
defined functions:
_generate_4_axes_via_gridspec
-
pandas-1.3.3/pandas/tests/plotting/frame/test_frame_subplots.py
(27178 characters, 2116 words)
imported modules:
string
,warnings
,pytest
,pandas
,pandas.tests.plotting.common
,pandas.io.formats.printing
defined classes:
TestDataFramePlotsSubplots
-
pandas-1.3.3/pandas/tests/plotting/frame/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/plotting/frame/test_frame_groupby.py
(3099 characters, 287 words)
imported modules:
pytest
,pandas
,pandas.tests.plotting.common
defined classes:
TestDataFramePlotsGroupby
-
pandas-1.3.3/pandas/tests/window/test_win_type.py
(4929 characters, 382 words)
imported modules:
pytest
,pandas.errors
,pandas
,pandas.api.indexers
defined functions:
test_constructor
,test_invalid_constructor
,test_invalid_constructor_wintype
,test_constructor_with_win_type
,test_numpy_compat
,test_agg_function_support
,test_invalid_scipy_arg
,test_constructor_with_win_type_invalid
,test_window_with_args
,test_win_type_with_method_invalid
,test_consistent_win_type_freq
,test_win_type_freq_return_deprecation
,test_win_type_not_implemented
-
pandas-1.3.3/pandas/tests/window/test_groupby.py
(34849 characters, 2850 words)
imported modules:
pytest
,pandas
,pandas.api.indexers
,pandas.core.groupby.groupby
defined classes:
TestRolling
,TestExpanding
,TestEWM
-
pandas-1.3.3/pandas/tests/window/test_dtypes.py
(5077 characters, 596 words)
imported modules:
pytest
,pandas
,pandas.core.base
defined functions:
get_dtype
,test_series_dtypes
,test_dataframe_dtypes
-
pandas-1.3.3/pandas/tests/window/test_base_indexer.py
(9478 characters, 793 words)
imported modules:
pytest
,pandas
,pandas.api.indexers
,pandas.core.window.indexers
,pandas.tseries.offsets
defined functions:
test_bad_get_window_bounds_signature
,test_expanding_indexer
,test_indexer_constructor_arg
,test_indexer_accepts_rolling_args
,test_rolling_forward_window
,test_rolling_forward_skewness
,test_rolling_forward_cov_corr
,test_non_fixed_variable_window_indexer
,test_fixed_forward_indexer_count
,test_indexer_quantile_sum
-
pandas-1.3.3/pandas/tests/window/test_online.py
(2880 characters, 197 words)
imported modules:
pytest
,pandas
defined classes:
TestEWM
-
pandas-1.3.3/pandas/tests/window/__init__.py
(196 characters, 21 words)
imported modules:
pytest
-
pandas-1.3.3/pandas/tests/window/test_api.py
(10270 characters, 929 words)
imported modules:
pytest
,pandas
,pandas.core.base
defined functions:
test_getitem
,test_select_bad_cols
,test_attribute_access
,tests_skip_nuisance
,test_skip_sum_object_raises
,test_agg
,test_agg_apply
,test_agg_consistency
,test_agg_nested_dicts
,test_count_nonnumeric_types
,test_preserve_metadata
,test_multiple_agg_funcs
,test_is_datetimelike_deprecated
,test_dont_modify_attributes_after_methods
-
pandas-1.3.3/pandas/tests/window/conftest.py
(5385 characters, 469 words)
imported modules:
datetime
,pytest
,pandas
defined functions:
raw
,win_types
,win_types_special
,arithmetic_win_operators
,arithmetic_numba_supported_operators
,closed
,center
,min_periods
,parallel
,nogil
,nopython
,adjust
,ignore_na
,engine
,engine_and_raw
,times_frame
,halflife_with_times
,dtypes
,pairwise_frames
,pairwise_target_frame
,pairwise_other_frame
-
pandas-1.3.3/pandas/tests/window/test_rolling.py
(43741 characters, 4082 words)
imported modules:
datetime
,pytest
,pandas.compat
,pandas.errors
,pandas
,pandas.api.indexers
,pandas.core.window
defined functions:
test_doc_string
,test_constructor
,test_invalid_constructor
,test_constructor_with_timedelta_window
,test_constructor_timedelta_window_and_minperiods
,test_numpy_compat
,test_closed_fixed
,test_datetimelike_centered_selections
,test_datetimelike_centered_offset_covers_all
,test_even_number_window_alignment
,test_closed_fixed_binary_col
,test_closed_empty
,test_closed_one_entry
,test_closed_one_entry_groupby
,test_closed_min_max_datetime
,test_closed_uneven
,test_closed_min_max_minp
,test_closed_median_quantile
,tests_empty_df_rolling
,test_empty_window_median_quantile
,test_missing_minp_zero
,test_missing_minp_zero_variable
,test_multi_index_names
,test_rolling_axis_sum
,test_rolling_axis_count
,test_readonly_array
,test_rolling_datetime
,test_rolling_window_as_string
,test_min_periods1
,test_rolling_count_with_min_periods
,test_rolling_count_default_min_periods_with_null_values
,test_iter_rolling_dataframe
,test_iter_rolling_on_dataframe
,test_iter_rolling_series
,test_iter_rolling_datetime
,test_rolling_positional_argument
,test_rolling_numerical_accuracy_kahan_mean
,test_rolling_numerical_accuracy_kahan_sum
,test_rolling_numerical_accuracy_jump
,test_rolling_numerical_accuracy_small_values
,test_rolling_numerical_too_large_numbers
,test_rolling_mixed_dtypes_axis_1
,test_rolling_axis_one_with_nan
,test_rolling_axis_1_non_numeric_dtypes
,test_rolling_on_df_transposed
,test_rolling_period_index
,test_rolling_sem
,test_rolling_var_numerical_issues
,test_timeoffset_as_window_parameter_for_corr
,test_rolling_decreasing_indices
,test_rolling_non_monotonic
,test_rolling_corr_timedelta_index
,test_groupby_rolling_nan_included
,test_rolling_skew_kurt_numerical_stability
,test_rolling_skew_kurt_large_value_range
,test_invalid_method
,test_rolling_descending_date_order_with_offset
,test_rolling_var_floating_artifact_precision
,test_rolling_std_small_values
,test_rolling_mean_all_nan_window_floating_artifacts
,test_rolling_sum_all_nan_window_floating_artifacts
,test_rolling_zero_window
-
pandas-1.3.3/pandas/tests/window/test_apply.py
(4909 characters, 415 words)
imported modules:
pytest
,pandas
defined functions:
test_rolling_apply_invalid_raw
,test_rolling_apply_out_of_bounds
,test_rolling_apply_with_pandas_objects
,test_rolling_apply
,test_all_apply
,test_ragged_apply
,test_invalid_engine
,test_invalid_engine_kwargs_cython
,test_invalid_raw_numba
,test_rolling_apply_args_kwargs
-
pandas-1.3.3/pandas/tests/window/test_pairwise.py
(8745 characters, 626 words)
imported modules:
warnings
,pytest
,pandas
,pandas.core.algorithms
defined classes:
TestPairwise
-
pandas-1.3.3/pandas/tests/window/test_expanding.py
(8144 characters, 807 words)
imported modules:
pytest
,pandas.errors
,pandas
,pandas.core.window
defined functions:
test_doc_string
,test_constructor
,test_constructor_invalid
,test_numpy_compat
,test_empty_df_expanding
,test_missing_minp_zero
,test_expanding_axis
,test_expanding_count_with_min_periods
,test_expanding_count_default_min_periods_with_null_values
,test_expanding_count_with_min_periods_exceeding_series_length
,test_iter_expanding_dataframe
,test_iter_expanding_series
,test_center_deprecate_warning
,test_expanding_sem
,test_expanding_skew_kurt_numerical_stability
-
pandas-1.3.3/pandas/tests/window/test_ewm.py
(5831 characters, 498 words)
imported modules:
pytest
,pandas.errors
,pandas
,pandas.core.window
defined functions:
test_doc_string
,test_constructor
,test_numpy_compat
,test_ewma_times_not_datetime_type
,test_ewma_times_not_same_length
,test_ewma_halflife_not_correct_type
,test_ewma_halflife_without_times
,test_ewma_with_times_equal_spacing
,test_ewma_with_times_variable_spacing
,test_ewm_with_nat_raises
,test_ewm_with_times_getitem
,test_ewm_getitem_attributes_retained
,test_ewm_vol_deprecated
,test_ewma_times_adjust_false_raises
-
pandas-1.3.3/pandas/tests/window/test_numba.py
(10903 characters, 869 words)
imported modules:
pytest
,pandas.errors
,pandas
,pandas.core.util.numba_
defined classes:
TestEngine
,TestEWMMean
,TestTableMethod
defined functions:
test_use_global_config
,test_invalid_kwargs_nopython
-
pandas-1.3.3/pandas/tests/window/test_timeseries_window.py
(24787 characters, 2079 words)
imported modules:
pytest
,pandas
defined classes:
TestRollingTS
-
pandas-1.3.3/pandas/tests/window/moments/test_moments_consistency_ewm.py
(11414 characters, 1013 words)
imported modules:
pytest
,pandas
defined functions:
test_ewm_pairwise_cov_corr
,test_ewm_corr_cov
,test_ewm_corr_cov_min_periods
,test_different_input_array_raise_exception
,create_mock_weights
,create_mock_series_weights
,test_ewm_consistency_mean
,test_ewm_consistency_consistent
,test_ewm_consistency_var_debiasing_factors
,test_moments_consistency_var
,test_moments_consistency_var_constant
,test_ewm_consistency_std
,test_ewm_consistency_cov
,test_ewm_consistency_series_cov_corr
-
pandas-1.3.3/pandas/tests/window/moments/test_moments_rolling_quantile.py
(5062 characters, 435 words)
imported modules:
functools
,pytest
,pandas
defined functions:
scoreatpercentile
,test_series
,test_frame
,test_time_rule_series
,test_time_rule_frame
,test_nans
,test_min_periods
,test_center
,test_center_reindex_series
,test_center_reindex_frame
-
pandas-1.3.3/pandas/tests/window/moments/test_moments_rolling_apply.py
(4451 characters, 357 words)
imported modules:
warnings
,pytest
,pandas
defined functions:
f
,test_series
,test_frame
,test_time_rule_series
,test_time_rule_frame
,test_nans
,test_min_periods
,test_center
,test_center_reindex_series
,test_center_reindex_frame
-
pandas-1.3.3/pandas/tests/window/moments/test_moments_consistency_rolling.py
(23961 characters, 2065 words)
imported modules:
datetime
,pytest
,pandas
defined functions:
_rolling_consistency_cases
,test_rolling_cov
,test_rolling_corr
,test_rolling_pairwise_cov_corr
,test_flex_binary_frame
,test_rolling_apply_consistency_sum_nans
,test_rolling_apply_consistency_sum_no_nans
,test_rolling_corr_with_zero_variance
,test_corr_sanity
,test_rolling_cov_diff_length
,test_rolling_corr_diff_length
,test_rolling_functions_window_non_shrinkage
,test_rolling_functions_window_non_shrinkage_binary
,test_rolling_skew_edge_cases
,test_rolling_kurt_edge_cases
,test_rolling_skew_eq_value_fperr
,test_rolling_kurt_eq_value_fperr
,test_rolling_max_gh6297
,test_rolling_max_resample
,test_rolling_min_resample
,test_rolling_median_resample
,test_rolling_median_memory_error
,test_rolling_min_max_numeric_types
,test_moment_functions_zero_length
,test_moment_functions_zero_length_pairwise
,test_moments_consistency_var
,test_moments_consistency_var_constant
,test_rolling_consistency_std
,test_rolling_consistency_cov
,test_rolling_consistency_series_cov_corr
,test_rolling_consistency_mean
,test_rolling_consistency_constant
,test_rolling_consistency_var_debiasing_factors
-
pandas-1.3.3/pandas/tests/window/moments/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/window/moments/conftest.py
(4641 characters, 286 words)
imported modules:
datetime
,pytest
,pandas
defined functions:
series
,frame
,_create_consistency_data
,consistency_data
-
pandas-1.3.3/pandas/tests/window/moments/test_moments_rolling_skew_kurt.py
(5452 characters, 400 words)
imported modules:
functools
,pytest
,pandas
defined functions:
test_series
,test_frame
,test_time_rule_series
,test_time_rule_frame
,test_nans
,test_min_periods
,test_center
,test_center_reindex_series
,test_center_reindex_frame
-
pandas-1.3.3/pandas/tests/window/moments/test_moments_rolling_functions.py
(9787 characters, 859 words)
imported modules:
pytest
,pandas
defined functions:
test_series
,test_frame
,test_time_rule_series
,test_time_rule_frame
,test_nans
,test_nans_count
,test_min_periods
,test_min_periods_count
,test_center
,test_center_reindex_series
,test_center_reindex_frame
-
pandas-1.3.3/pandas/tests/window/moments/test_moments_consistency_expanding.py
(18414 characters, 1476 words)
imported modules:
pytest
,pandas
defined functions:
test_expanding_corr
,test_expanding_count
,test_expanding_quantile
,test_expanding_cov
,test_expanding_cov_pairwise
,test_expanding_corr_pairwise
,test_expanding_func
,test_expanding_min_periods
,test_expanding_apply
,test_expanding_min_periods_apply
,test_expanding_apply_consistency_sum_nans
,test_expanding_apply_consistency_sum_no_nans
,test_moments_consistency_var
,test_moments_consistency_var_constant
,test_expanding_consistency_std
,test_expanding_consistency_cov
,test_expanding_consistency_series_cov_corr
,test_expanding_consistency_mean
,test_expanding_consistency_constant
,test_expanding_consistency_var_debiasing_factors
,test_moment_functions_zero_length_pairwise
,test_moment_functions_zero_length
,test_expanding_apply_empty_series
,test_expanding_apply_min_periods_0
,test_expanding_cov_diff_index
,test_expanding_corr_diff_index
,test_expanding_cov_pairwise_diff_length
,test_expanding_corr_pairwise_diff_length
,test_expanding_apply_args_kwargs
-
pandas-1.3.3/pandas/tests/window/moments/test_moments_ewm.py
(10488 characters, 1010 words)
imported modules:
pytest
,pandas
defined functions:
test_ewma_series
,test_ewma_frame
,test_ewma_adjust
,test_ewma_cases
,test_ewma_nan_handling
,test_ewma_nan_handling_cases
,test_ewma_span_com_args
,test_ewma_halflife_arg
,test_ewm_alpha
,test_ewm_alpha_arg
,test_ewm_domain_checks
,test_ew_empty_series
,test_ew_min_periods
-
pandas-1.3.3/pandas/tests/window/moments/test_moments_rolling.py
(15866 characters, 1212 words)
imported modules:
pytest
,pandas
defined functions:
test_centered_axis_validation
,test_cmov_mean
,test_cmov_window
,test_cmov_window_corner
,test_cmov_window_frame
,test_cmov_window_na_min_periods
,test_cmov_window_regular
,test_cmov_window_regular_linear_range
,test_cmov_window_regular_missing_data
,test_cmov_window_special
,test_cmov_window_special_linear_range
,test_rolling_min_min_periods
,test_rolling_max_min_periods
,test_rolling_quantile_np_percentile
,test_rolling_quantile_interpolation_options
,test_invalid_quantile_value
,test_rolling_quantile_param
,test_rolling_std_1obs
,test_rolling_std_neg_sqrt
-
pandas-1.3.3/pandas/tests/arithmetic/test_categorical.py
(371 characters, 38 words)
imported modules:
pandas
defined classes:
TestCategoricalComparisons
-
pandas-1.3.3/pandas/tests/arithmetic/test_datetime64.py
(91272 characters, 7360 words)
imported modules:
datetime
,itertools
,operator
,warnings
,pytest
,pytz
,pandas._libs.tslibs.conversion
,pandas._libs.tslibs.offsets
,pandas.compat
,pandas.errors
,pandas
,pandas.core.arrays
,pandas.core.ops
,pandas.tests.arithmetic.common
defined classes:
TestDatetime64ArrayLikeComparisons
,TestDatetime64SeriesComparison
,TestDatetimeIndexComparisons
,TestDatetime64Arithmetic
,TestDatetime64DateOffsetArithmetic
,TestDatetime64OverflowHandling
,TestTimestampSeriesArithmetic
,TestDatetimeIndexArithmetic
defined functions:
test_shift_months
,test_dt64arr_addsub_object_dtype_2d
-
pandas-1.3.3/pandas/tests/arithmetic/test_numeric.py
(50403 characters, 4575 words)
imported modules:
__future__
,collections
,decimal
,itertools
,operator
,typing
,pytest
,pandas
,pandas.core
defined classes:
TestNumericComparisons
,TestNumericArraylikeArithmeticWithDatetimeLike
,TestDivisionByZero
,TestMultiplicationDivision
,TestAdditionSubtraction
,TestUFuncCompat
,TestObjectDtypeEquivalence
,TestNumericArithmeticUnsorted
defined functions:
box_pandas_1d_array
,adjust_negative_zero
,test_fill_value_inf_masking
,test_dataframe_div_silenced
,test_integer_array_add_list_like
,test_sub_multiindex_swapped_levels
-
pandas-1.3.3/pandas/tests/arithmetic/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/arithmetic/test_object.py
(12171 characters, 1069 words)
imported modules:
datetime
,decimal
,operator
,pytest
,pandas
,pandas.core
defined classes:
TestObjectComparisons
,TestArithmetic
,MyIndex
defined functions:
test_index_ops_defer_to_unknown_subclasses
-
pandas-1.3.3/pandas/tests/arithmetic/conftest.py
(6114 characters, 547 words)
imported modules:
pytest
,pandas
defined functions:
switch_numexpr_min_elements
,id_func
,one
,zero
,numeric_idx
,scalar_td
,three_days
,two_hours
,not_hourly
,not_daily
,mismatched_freq
,box_with_array
,box_1d_array
-
pandas-1.3.3/pandas/tests/arithmetic/test_array_ops.py
(1064 characters, 104 words)
imported modules:
operator
,pytest
,pandas.core.ops.array_ops
defined functions:
test_na_logical_op_2d
,test_object_comparison_2d
-
pandas-1.3.3/pandas/tests/arithmetic/test_period.py
(56197 characters, 5045 words)
imported modules:
operator
,pytest
,pandas._libs.tslibs
,pandas.errors
,pandas
,pandas.core
,pandas.core.arrays
,pandas.tests.arithmetic.common
defined classes:
TestPeriodArrayLikeComparisons
,TestPeriodIndexComparisons
,TestPeriodSeriesComparisons
,TestPeriodIndexSeriesComparisonConsistency
,TestPeriodFrameArithmetic
,TestPeriodIndexArithmetic
,TestPeriodSeriesArithmetic
,TestPeriodIndexSeriesMethods
-
pandas-1.3.3/pandas/tests/arithmetic/test_timedelta64.py
(79079 characters, 6979 words)
imported modules:
datetime
,pytest
,pandas.errors
,pandas
,pandas.tests.arithmetic.common
defined classes:
TestTimedelta64ArrayLikeComparisons
,TestTimedelta64ArrayComparisons
,TestTimedelta64ArithmeticUnsorted
,TestAddSubNaTMasking
,TestTimedeltaArraylikeAddSubOps
,TestTimedeltaArraylikeMulDivOps
,TestTimedelta64ArrayLikeArithmetic
defined functions:
assert_dtype
,get_expected_name
,test_add_timestamp_to_timedelta
-
pandas-1.3.3/pandas/tests/arithmetic/common.py
(3249 characters, 355 words)
imported modules:
pytest
,pandas
,pandas.core.arrays
defined functions:
assert_invalid_addsub_type
,get_upcast_box
,assert_invalid_comparison
-
pandas-1.3.3/pandas/tests/arithmetic/test_interval.py
(10876 characters, 782 words)
imported modules:
operator
,pytest
,pandas.core.dtypes.common
,pandas
,pandas.core.arrays
defined classes:
TestComparison
defined functions:
left_right_dtypes
,interval_array
,create_categorical_intervals
,create_series_intervals
,create_series_categorical_intervals
-
pandas-1.3.3/pandas/tests/strings/test_split_partition.py
(21379 characters, 1971 words)
imported modules:
datetime
,pytest
,pandas
defined functions:
test_split
,test_split_object_mixed
,test_split_n
,test_rsplit
,test_rsplit_object_mixed
,test_split_blank_string
,test_split_noargs
,test_split_maxsplit
,test_split_no_pat_with_nonzero_n
,test_split_to_dataframe
,test_split_to_multiindex_expand
,test_rsplit_to_dataframe_expand
,test_rsplit_to_multiindex_expand
,test_split_nan_expand
,test_split_with_name
,test_partition_series
,test_partition_index
,test_partition_to_dataframe
,test_partition_with_name
,test_partition_index_with_name
,test_partition_sep_kwarg
,test_get
,test_get_mixed_object
,test_get_bounds
,test_get_complex
,test_get_complex_nested
,test_get_strings
-
pandas-1.3.3/pandas/tests/strings/test_string_array.py
(3080 characters, 253 words)
imported modules:
pytest
,pandas._libs
,pandas
defined functions:
test_string_array
,test_string_array_numeric_integer_array
,test_string_array_boolean_array
,test_string_array_extract
-
pandas-1.3.3/pandas/tests/strings/test_get_dummies.py
(1608 characters, 176 words)
imported modules:
pandas
defined functions:
test_get_dummies
,test_get_dummies_index
,test_get_dummies_with_name_dummy
,test_get_dummies_with_name_dummy_index
-
pandas-1.3.3/pandas/tests/strings/test_case_justify.py
(13095 characters, 1211 words)
imported modules:
datetime
,operator
,pytest
,pandas
defined functions:
test_title
,test_title_mixed_object
,test_lower_upper
,test_lower_upper_mixed_object
,test_capitalize
,test_capitalize_mixed_object
,test_swapcase
,test_swapcase_mixed_object
,test_casefold
,test_casemethods
,test_pad
,test_pad_mixed_object
,test_pad_fillchar
,test_pad_fillchar_bad_arg_raises
,test_pad_width_bad_arg_raises
,test_center_ljust_rjust
,test_center_ljust_rjust_mixed_object
,test_center_ljust_rjust_fillchar
,test_center_ljust_rjust_fillchar_bad_arg_raises
,test_zfill
,test_wrap
,test_wrap_unicode
-
pandas-1.3.3/pandas/tests/strings/test_strings.py
(24821 characters, 2165 words)
imported modules:
datetime
,pytest
,pandas
defined functions:
assert_series_or_index_equal
,test_iter
,test_iter_empty
,test_iter_single_element
,test_iter_object_try_string
,test_count
,test_count_mixed_object
,test_repeat
,test_repeat_mixed_object
,test_repeat_with_null
,test_empty_str_methods
,test_ismethods
,test_isnumeric_unicode
,test_isnumeric_unicode_missing
,test_spilt_join_roundtrip
,test_spilt_join_roundtrip_mixed_object
,test_len
,test_len_mixed
,test_index
,test_index_not_found_raises
,test_index_wrong_type_raises
,test_index_missing
,test_pipe_failures
,test_slice
,test_slice_mixed_object
,test_slice_replace
,test_strip_lstrip_rstrip
,test_strip_lstrip_rstrip_mixed_object
,test_strip_lstrip_rstrip_args
,test_string_slice_get_syntax
,test_string_slice_out_of_bounds_nested
,test_string_slice_out_of_bounds
,test_encode_decode
,test_encode_errors_kwarg
,test_decode_errors_kwarg
,test_normalize
,test_normalize_bad_arg_raises
,test_normalize_index
,test_index_str_accessor_visibility
,test_index_str_accessor_non_string_values_raises
,test_index_str_accessor_multiindex_raises
,test_str_accessor_no_new_attributes
,test_cat_on_bytes_raises
,test_str_accessor_in_apply_func
-
pandas-1.3.3/pandas/tests/strings/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/strings/test_extract.py
(25911 characters, 2175 words)
imported modules:
datetime
,re
,pytest
,pandas
defined functions:
test_extract_expand_kwarg_wrong_type_raises
,test_extract_expand_kwarg
,test_extract_expand_False_mixed_object
,test_extract_expand_index_raises
,test_extract_expand_no_capture_groups_raises
,test_extract_expand_single_capture_group
,test_extract_expand_capture_groups
,test_extract_expand_capture_groups_index
,test_extract_single_series_name_is_preserved
,test_extract_expand_True
,test_extract_expand_True_mixed_object
,test_extract_expand_True_single_capture_group_raises
,test_extract_expand_True_single_capture_group
,test_extract_series
,test_extract_optional_groups
,test_extract_dataframe_capture_groups_index
,test_extract_single_group_returns_frame
,test_extractall
,test_extractall_column_names
,test_extractall_single_group
,test_extractall_single_group_with_quantifier
,test_extractall_no_matches
,test_extractall_stringindex
,test_extractall_no_capture_groups_raises
,test_extract_index_one_two_groups
,test_extractall_same_as_extract
,test_extractall_same_as_extract_subject_index
-
pandas-1.3.3/pandas/tests/strings/test_api.py
(5040 characters, 522 words)
imported modules:
pytest
,pandas
defined functions:
test_api
,test_api_mi_raises
,test_api_per_dtype
,test_api_per_method
,test_api_for_categorical
-
pandas-1.3.3/pandas/tests/strings/conftest.py
(5150 characters, 543 words)
imported modules:
pytest
,pandas
defined functions:
any_string_method
,any_allowed_skipna_inferred_dtype
-
pandas-1.3.3/pandas/tests/strings/test_find_replace.py
(32482 characters, 2688 words)
imported modules:
datetime
,re
,pytest
,pandas
defined functions:
test_contains
,test_contains_object_mixed
,test_contains_na_kwarg_for_object_category
,test_contains_na_kwarg_for_nullable_string_dtype
,test_contains_moar
,test_contains_nan
,test_startswith
,test_startswith_nullable_string_dtype
,test_endswith
,test_endswith_nullable_string_dtype
,test_replace
,test_replace_max_replacements
,test_replace_mixed_object
,test_replace_unicode
,test_replace_wrong_repl_type_raises
,test_replace_callable
,test_replace_callable_raises
,test_replace_callable_named_groups
,test_replace_compiled_regex
,test_replace_compiled_regex_mixed_object
,test_replace_compiled_regex_unicode
,test_replace_compiled_regex_raises
,test_replace_compiled_regex_callable
,test_replace_literal
,test_replace_literal_callable_raises
,test_replace_literal_compiled_raises
,test_replace_moar
,test_replace_not_case_sensitive_not_regex
,test_replace_regex_default_warning
,test_replace_regex_single_character
,test_match
,test_match_mixed_object
,test_match_na_kwarg
,test_match_case_kwarg
,test_fullmatch
,test_fullmatch_na_kwarg
,test_fullmatch_case_kwarg
,test_findall
,test_findall_mixed_object
,test_find
,test_find_bad_arg_raises
,test_find_nan
,test_translate
,test_translate_mixed_object
,test_flags_kwarg
-
pandas-1.3.3/pandas/tests/strings/test_cat.py
(12042 characters, 1276 words)
imported modules:
pytest
,pandas
,pandas.tests.strings.test_strings
defined functions:
test_str_cat_name
,test_str_cat
,test_str_cat_raises_intuitive_error
,test_str_cat_categorical
,test_str_cat_wrong_dtype_raises
,test_str_cat_mixed_inputs
,test_str_cat_align_indexed
,test_str_cat_align_mixed_inputs
,test_str_cat_all_na
,test_str_cat_special_cases
,test_cat_on_filtered_index
,test_cat_different_classes
-
pandas-1.3.3/pandas/tests/series/test_reductions.py
(3181 characters, 324 words)
imported modules:
pytest
,pandas
defined functions:
test_reductions_td64_with_nat
,test_td64_sum_empty
,test_td64_summation_overflow
,test_prod_numpy16_bug
,test_sum_with_level
,test_validate_any_all_out_keepdims_raises
,test_validate_sum_initial
,test_validate_median_initial
,test_validate_stat_keepdims
-
pandas-1.3.3/pandas/tests/series/test_repr.py
(15230 characters, 1624 words)
imported modules:
datetime
,pytest
,pandas
defined classes:
TestSeriesRepr
,TestCategoricalRepr
-
pandas-1.3.3/pandas/tests/series/test_validate.py
(668 characters, 60 words)
imported modules:
pytest
defined functions:
test_validate_bool_args
-
pandas-1.3.3/pandas/tests/series/test_unary.py
(1631 characters, 140 words)
imported modules:
pytest
,pandas
defined classes:
TestSeriesUnaryOps
-
pandas-1.3.3/pandas/tests/series/test_constructors.py
(67148 characters, 5660 words)
imported modules:
collections
,datetime
,dateutil.tz
,pytest
,pandas._libs
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas
,pandas.core.arrays
,pandas.core.internals.blocks
defined classes:
TestSeriesConstructors
,TestSeriesConstructorIndexCoercion
,TestSeriesConstructorInternals
defined functions:
test_constructor
-
pandas-1.3.3/pandas/tests/series/test_cumulative.py
(5549 characters, 435 words)
imported modules:
itertools
,pytest
defined classes:
TestSeriesCumulativeOps
defined functions:
_check_accum_op
-
pandas-1.3.3/pandas/tests/series/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/series/test_api.py
(5797 characters, 506 words)
imported modules:
inspect
,pydoc
,pytest
,pandas.util._test_decorators
,pandas
defined classes:
TestSeriesMisc
-
pandas-1.3.3/pandas/tests/series/test_arithmetic.py
(31525 characters, 2937 words)
imported modules:
datetime
,operator
,pytest
,pytz
,pandas._libs.tslibs
,pandas.core.dtypes.common
,pandas
,pandas.core
defined classes:
TestSeriesFlexArithmetic
,TestSeriesArithmetic
,TestSeriesFlexComparison
,TestSeriesComparison
,TestTimeSeriesArithmetic
,TestNamePreservation
,TestInplaceOperations
defined functions:
switch_numexpr_min_elements
,_permute
,test_none_comparison
,test_series_varied_multiindex_alignment
-
pandas-1.3.3/pandas/tests/series/test_ufunc.py
(9850 characters, 881 words)
imported modules:
collections
,string
,pytest
,pandas.arrays
defined functions:
arrays_for_binary_ufunc
,test_unary_ufunc
,test_binary_ufunc_with_array
,test_binary_ufunc_with_index
,test_binary_ufunc_with_series
,test_binary_ufunc_scalar
,test_multiple_output_binary_ufuncs
,test_multiple_output_ufunc
,test_binary_ufunc_drops_series_name
,test_object_series_ok
,test_reduce
,test_binary_ufunc_other_types
,test_object_dtype_ok
,test_outer
-
pandas-1.3.3/pandas/tests/series/test_iteration.py
(1280 characters, 109 words)
defined classes:
TestIteration
-
pandas-1.3.3/pandas/tests/series/test_npfuncs.py
(382 characters, 44 words)
imported modules:
pandas
defined classes:
TestPtp
defined functions:
test_numpy_unique
-
pandas-1.3.3/pandas/tests/series/test_missing.py
(3326 characters, 332 words)
imported modules:
datetime
,pandas._libs
,pandas
defined classes:
TestSeriesMissingData
defined functions:
test_hasnans_uncached_for_series
-
pandas-1.3.3/pandas/tests/series/test_subclass.py
(2060 characters, 182 words)
defined classes:
TestSeriesSubclassing
-
pandas-1.3.3/pandas/tests/series/test_logical_ops.py
(17700 characters, 1685 words)
imported modules:
datetime
,operator
,pytest
,pandas
,pandas.core
defined classes:
TestSeriesLogicalOps
-
pandas-1.3.3/pandas/tests/series/accessors/test_sparse_accessor.py
(296 characters, 28 words)
imported modules:
pandas
defined classes:
TestSparseAccessor
-
pandas-1.3.3/pandas/tests/series/accessors/test_str_accessor.py
(853 characters, 81 words)
imported modules:
pytest
,pandas
defined classes:
TestStrAccessor
-
pandas-1.3.3/pandas/tests/series/accessors/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/series/accessors/test_cat_accessor.py
(9292 characters, 727 words)
imported modules:
warnings
,pytest
,pandas
,pandas.core.arrays
,pandas.core.arrays.categorical
,pandas.core.indexes.accessors
defined classes:
TestCatAccessor
-
pandas-1.3.3/pandas/tests/series/accessors/test_dt_accessor.py
(26596 characters, 1935 words)
imported modules:
calendar
,datetime
,locale
,unicodedata
,pytest
,pytz
,pandas._libs.tslibs.timezones
,pandas.core.dtypes.common
,pandas
,pandas.core.arrays
defined classes:
TestSeriesDatetimeValues
,TestSeriesPeriodValuesDtAccessor
defined functions:
test_week_and_weekofyear_are_deprecated
,test_normalize_pre_epoch_dates
-
pandas-1.3.3/pandas/tests/series/indexing/test_datetime.py
(13849 characters, 1390 words)
imported modules:
datetime
,re
,dateutil.tz
,pytest
,pytz
,pandas
defined functions:
test_fancy_getitem
,test_fancy_setitem
,test_getitem_setitem_datetime_tz
,test_getitem_setitem_datetimeindex
,test_getitem_setitem_periodindex
,test_datetime_indexing
,test_indexing_with_duplicate_datetimeindex
,test_loc_getitem_over_size_cutoff
,test_indexing_over_size_cutoff_period_index
,test_indexing_unordered
,test_indexing_unordered2
,test_indexing
,test_getitem_str_month_with_datetimeindex
,test_getitem_str_year_with_datetimeindex
,test_getitem_str_second_with_datetimeindex
-
pandas-1.3.3/pandas/tests/series/indexing/test_setitem.py
(29440 characters, 2677 words)
imported modules:
datetime
,pytest
,pandas
,pandas.core.indexing
,pandas.tseries.offsets
defined classes:
TestSetitemDT64Values
,TestSetitemScalarIndexer
,TestSetitemSlices
,TestSetitemBooleanMask
,TestSetitemViewCopySemantics
,TestSetitemCallable
,TestSetitemWithExpansion
,TestSetitemCasting
,SetitemCastingEquivalents
,TestSetitemCastingEquivalents
,TestSetitemTimedelta64IntoNumeric
,TestSetitemDT64IntoInt
,TestSetitemNAPeriodDtype
,TestSetitemNADatetimeLikeDtype
,TestSetitemMismatchedTZCastsToObject
,TestSeriesNoneCoercion
defined functions:
test_setitem_scalar_into_readonly_backing_data
,test_setitem_slice_into_readonly_backing_data
,test_setitem_categorical_assigning_ops
,test_setitem_nan_into_categorical
,test_setitem_with_bool_indexer
-
pandas-1.3.3/pandas/tests/series/indexing/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/series/indexing/test_indexing.py
(10884 characters, 1046 words)
imported modules:
datetime
,re
,pytest
,pandas
defined functions:
test_basic_indexing
,test_basic_getitem_with_labels
,test_basic_getitem_dt64tz_values
,test_getitem_setitem_ellipsis
,test_getitem_with_duplicates_indices
,test_getitem_setitem_integers
,test_series_box_timestamp
,test_series_box_timedelta
,test_getitem_ambiguous_keyerror
,test_getitem_dups_with_missing
,test_setitem_ambiguous_keyerror
,test_setitem
,test_setslice
,test_basic_getitem_setitem_corner
,test_slice
,test_timedelta_assignment
,test_underlying_data_conversion
,test_preserve_refs
,test_cast_on_putmask
,test_type_promote_putmask
,test_setitem_mask_promote_strs
,test_setitem_mask_promote
,test_multilevel_preserve_name
,test_slice_with_zero_step_raises
,test_slice_with_negative_step
,test_tuple_index
,test_frozenset_index
-
pandas-1.3.3/pandas/tests/series/indexing/test_getitem.py
(21646 characters, 1844 words)
imported modules:
datetime
,pytest
,pandas._libs.tslibs
,pandas.core.dtypes.common
,pandas
,pandas.core.indexing
,pandas.tseries.offsets
defined classes:
TestSeriesGetitemScalars
,TestSeriesGetitemSlices
,TestSeriesGetitemListLike
,TestGetitemBooleanMask
,TestGetitemCallable
defined functions:
test_getitem_generator
,test_getitem_ndim_deprecated
,test_getitem_multilevel_scalar_slice_not_implemented
,test_getitem_dataframe_raises
,test_getitem_assignment_series_aligment
,test_getitem_duplicate_index_mistyped_key_raises_keyerror
,test_getitem_1tuple_slice_without_multiindex
,test_getitem_preserve_name
,test_getitem_with_integer_labels
,test_getitem_missing
,test_getitem_fancy
,test_getitem_box_float64
,test_getitem_unordered_dup
,test_getitem_dups
,test_getitem_categorical_str
,test_slice_can_reorder_not_uniquely_indexed
,test_duplicated_index_getitem_positional_indexer
-
pandas-1.3.3/pandas/tests/series/indexing/test_delitem.py
(1979 characters, 163 words)
imported modules:
pytest
,pandas
defined classes:
TestSeriesDelItem
-
pandas-1.3.3/pandas/tests/series/indexing/test_mask.py
(2682 characters, 281 words)
imported modules:
pytest
,pandas
defined functions:
test_mask
,test_mask_inplace
,test_mask_stringdtype
,test_mask_pos_args_deprecation
-
pandas-1.3.3/pandas/tests/series/indexing/test_get.py
(4878 characters, 473 words)
imported modules:
pytest
,pandas
defined functions:
test_get
,test_get_nan
,test_get_nan_multiple
,test_get_with_default
,test_get2
,test_getitem_get
,test_get_none
-
pandas-1.3.3/pandas/tests/series/indexing/test_xs.py
(2701 characters, 231 words)
imported modules:
pandas
defined classes:
TestXSWithMultiIndex
defined functions:
test_xs_datetimelike_wrapping
-
pandas-1.3.3/pandas/tests/series/indexing/test_take.py
(963 characters, 108 words)
imported modules:
pytest
,pandas
defined functions:
test_take
,test_take_categorical
-
pandas-1.3.3/pandas/tests/series/indexing/test_where.py
(14163 characters, 1468 words)
imported modules:
pytest
,pandas.core.dtypes.common
,pandas
defined functions:
test_where_unsafe_int
,test_where_unsafe_float
,test_where_unsafe_upcast
,test_where_unsafe
,test_where
,test_where_non_keyword_deprecation
,test_where_error
,test_where_array_like
,test_where_invalid_input
,test_where_ndframe_align
,test_where_setitem_invalid
,test_broadcast
,test_where_inplace
,test_where_dups
,test_where_numeric_with_string
,test_where_timedelta_coerce
,test_where_datetime_conversion
,test_where_dt_tz_values
,test_where_sparse
,test_where_empty_series_and_empty_cond_having_non_bool_dtypes
,test_where_categorical
,test_where_datetimelike_categorical
-
pandas-1.3.3/pandas/tests/series/indexing/test_set_value.py
(991 characters, 102 words)
imported modules:
datetime
,pandas
defined functions:
test_series_set_value
,test_set_value_dt64
,test_set_value_str_index
-
pandas-1.3.3/pandas/tests/series/methods/test_quantile.py
(7062 characters, 545 words)
imported modules:
pytest
,pandas.core.dtypes.common
,pandas
,pandas.core.indexes.datetimes
defined classes:
TestSeriesQuantile
-
pandas-1.3.3/pandas/tests/series/methods/test_asof.py
(5452 characters, 536 words)
imported modules:
pytest
,pandas._libs.tslibs
,pandas
defined classes:
TestSeriesAsof
-
pandas-1.3.3/pandas/tests/series/methods/test_to_dict.py
(1168 characters, 85 words)
imported modules:
collections
,pytest
,pandas
defined classes:
TestSeriesToDict
-
pandas-1.3.3/pandas/tests/series/methods/test_clip.py
(5146 characters, 415 words)
imported modules:
datetime
,pytest
,pandas
defined classes:
TestSeriesClip
-
pandas-1.3.3/pandas/tests/series/methods/test_round.py
(2443 characters, 179 words)
imported modules:
pytest
,pandas
defined classes:
TestSeriesRound
-
pandas-1.3.3/pandas/tests/series/methods/test_searchsorted.py
(2138 characters, 181 words)
imported modules:
pandas
,pandas.api.types
defined classes:
TestSeriesSearchSorted
-
pandas-1.3.3/pandas/tests/series/methods/test_unstack.py
(4123 characters, 418 words)
imported modules:
pytest
,pandas
defined functions:
test_unstack
,test_unstack_tuplename_in_multiindex
,test_unstack_mixed_type_name_in_multiindex
,test_unstack_multi_index_categorical_values
-
pandas-1.3.3/pandas/tests/series/methods/test_nlargest.py
(7622 characters, 667 words)
imported modules:
itertools
,pytest
,pandas
defined classes:
TestSeriesNLargestNSmallest
defined functions:
s_main_dtypes
,s_main_dtypes_split
,assert_check_nselect_boundary
-
pandas-1.3.3/pandas/tests/series/methods/test_equals.py
(3246 characters, 329 words)
imported modules:
contextlib
,copy
,pytest
,pandas._libs.missing
,pandas.core.dtypes.common
,pandas
defined functions:
test_equals
,test_equals_list_array
,test_equals_false_negative
,test_equals_matching_nas
,test_equals_mismatched_nas
,test_equals_none_vs_nan
-
pandas-1.3.3/pandas/tests/series/methods/test_sort_values.py
(8827 characters, 764 words)
imported modules:
pytest
,pandas
defined classes:
TestSeriesSortValues
,TestSeriesSortingKey
-
pandas-1.3.3/pandas/tests/series/methods/test_reindex_like.py
(1245 characters, 111 words)
imported modules:
datetime
,pandas
defined functions:
test_reindex_like
,test_reindex_like_nearest
-
pandas-1.3.3/pandas/tests/series/methods/test_tz_localize.py
(2656 characters, 187 words)
imported modules:
pytest
,pytz
,pandas._libs.tslibs
,pandas
defined classes:
TestTZLocalize
-
pandas-1.3.3/pandas/tests/series/methods/test_combine_first.py
(3556 characters, 277 words)
imported modules:
datetime
,pandas
defined classes:
TestCombineFirst
-
pandas-1.3.3/pandas/tests/series/methods/test_truncate.py
(2015 characters, 156 words)
imported modules:
datetime
,pandas
defined classes:
TestTruncate
-
pandas-1.3.3/pandas/tests/series/methods/test_to_csv.py
(6230 characters, 472 words)
imported modules:
datetime
,io
,pytest
,pandas
,pandas.io.common
defined classes:
TestSeriesToCSV
-
pandas-1.3.3/pandas/tests/series/methods/test_append.py
(9786 characters, 774 words)
imported modules:
pytest
,pandas
defined classes:
TestSeriesAppend
,TestSeriesAppendWithDatetimeIndex
-
pandas-1.3.3/pandas/tests/series/methods/test_convert.py
(4924 characters, 443 words)
imported modules:
datetime
,pytest
,pandas
defined classes:
TestConvert
-
pandas-1.3.3/pandas/tests/series/methods/test_rename_axis.py
(1520 characters, 127 words)
imported modules:
pytest
,pandas
defined classes:
TestSeriesRenameAxis
-
pandas-1.3.3/pandas/tests/series/methods/test_describe.py
(4855 characters, 365 words)
imported modules:
pandas
defined classes:
TestSeriesDescribe
-
pandas-1.3.3/pandas/tests/series/methods/test_to_frame.py
(1288 characters, 89 words)
imported modules:
pandas
defined classes:
TestToFrame
-
pandas-1.3.3/pandas/tests/series/methods/test_nunique.py
(456 characters, 51 words)
imported modules:
pandas
defined functions:
test_nunique
,test_nunique_categorical
-
pandas-1.3.3/pandas/tests/series/methods/test_repeat.py
(1249 characters, 113 words)
imported modules:
pytest
,pandas
defined classes:
TestRepeat
-
pandas-1.3.3/pandas/tests/series/methods/test_replace.py
(16482 characters, 1561 words)
imported modules:
re
,pytest
defined classes:
TestSeriesReplace
-
pandas-1.3.3/pandas/tests/series/methods/test_cov_corr.py
(5222 characters, 390 words)
imported modules:
math
,pytest
,pandas
defined classes:
TestSeriesCov
,TestSeriesCorr
-
pandas-1.3.3/pandas/tests/series/methods/test_drop.py
(3420 characters, 356 words)
imported modules:
pytest
,pandas
defined functions:
test_drop_unique_and_non_unique_index
,test_drop_exception_raised
,test_drop_with_ignore_errors
,test_drop_empty_list
,test_drop_non_empty_list
,test_drop_pos_args_deprecation
-
pandas-1.3.3/pandas/tests/series/methods/test_dtypes.py
(210 characters, 17 words)
defined classes:
TestSeriesDtypes
-
pandas-1.3.3/pandas/tests/series/methods/test_isin.py
(6437 characters, 588 words)
imported modules:
pytest
,pandas
,pandas.core.arrays
defined classes:
TestSeriesIsIn
defined functions:
test_isin_large_series_mixed_dtypes_and_nan
-
pandas-1.3.3/pandas/tests/series/methods/test_update.py
(4619 characters, 431 words)
imported modules:
pytest
,pandas
defined classes:
TestUpdate
-
pandas-1.3.3/pandas/tests/series/methods/test_autocorr.py
(999 characters, 113 words)
defined classes:
TestAutoCorr
-
pandas-1.3.3/pandas/tests/series/methods/test_set_name.py
(595 characters, 71 words)
imported modules:
datetime
,pandas
defined classes:
TestSetName
-
pandas-1.3.3/pandas/tests/series/methods/test_dropna.py
(3488 characters, 289 words)
imported modules:
pytest
,pandas
defined classes:
TestDropna
-
pandas-1.3.3/pandas/tests/series/methods/test_copy.py
(2179 characters, 206 words)
imported modules:
pytest
,pandas
defined classes:
TestCopy
-
pandas-1.3.3/pandas/tests/series/methods/__init__.py
(225 characters, 27 words)
-
pandas-1.3.3/pandas/tests/series/methods/test_rank.py
(17483 characters, 1961 words)
imported modules:
itertools
,pytest
,pandas._libs.algos
,pandas
,pandas.api.types
defined classes:
TestSeriesRank
defined functions:
test_rank_dense_pct
,test_rank_min_pct
,test_rank_max_pct
,test_rank_average_pct
,test_rank_first_pct
,test_pct_max_many_rows
-
pandas-1.3.3/pandas/tests/series/methods/test_tz_convert.py
(500 characters, 45 words)
imported modules:
pandas
defined classes:
TestTZConvert
-
pandas-1.3.3/pandas/tests/series/methods/test_infer_objects.py
(787 characters, 75 words)
imported modules:
pandas
defined classes:
TestInferObjects
-
pandas-1.3.3/pandas/tests/series/methods/test_fillna.py
(31090 characters, 2404 words)
imported modules:
datetime
,pytest
,pytz
,pandas
defined classes:
TestSeriesFillNA
,TestFillnaPad
-
pandas-1.3.3/pandas/tests/series/methods/test_combine.py
(627 characters, 83 words)
imported modules:
pandas
defined classes:
TestCombine
-
pandas-1.3.3/pandas/tests/series/methods/test_explode.py
(4090 characters, 413 words)
imported modules:
pytest
defined functions:
test_basic
,test_mixed_type
,test_empty
,test_nested_lists
,test_multi_index
,test_large
,test_invert_array
,non_object_dtype
,test_typical_usecase
,test_nested_EA
,test_duplicate_index
,test_ignore_index
,test_explode_sets
,test_explode_scalars_can_ignore_index
-
pandas-1.3.3/pandas/tests/series/methods/test_pct_change.py
(2981 characters, 246 words)
imported modules:
pytest
,pandas
defined classes:
TestSeriesPctChange
defined functions:
test_pct_change_with_duplicated_indices
-
pandas-1.3.3/pandas/tests/series/methods/test_view.py
(1262 characters, 95 words)
imported modules:
pytest
,pandas
defined classes:
TestView
-
pandas-1.3.3/pandas/tests/series/methods/test_item.py
(1622 characters, 166 words)
imported modules:
pytest
,pandas
defined classes:
TestItem
-
pandas-1.3.3/pandas/tests/series/methods/test_shift.py
(13260 characters, 986 words)
imported modules:
pytest
,pandas.errors
,pandas
,pandas.tseries.offsets
defined classes:
TestShift
-
pandas-1.3.3/pandas/tests/series/methods/test_sort_index.py
(12500 characters, 1027 words)
imported modules:
random
,pytest
,pandas
defined classes:
TestSeriesSortIndex
,TestSeriesSortIndexKey
defined functions:
sort_kind
-
pandas-1.3.3/pandas/tests/series/methods/test_isna.py
(940 characters, 84 words)
imported modules:
pandas
defined classes:
TestIsna
-
pandas-1.3.3/pandas/tests/series/methods/test_convert_dtypes.py
(6559 characters, 551 words)
imported modules:
itertools
,pytest
,pandas.core.dtypes.common
defined classes:
TestSeriesConvertDtypes
-
pandas-1.3.3/pandas/tests/series/methods/test_rename.py
(3391 characters, 303 words)
imported modules:
datetime
,pandas
defined classes:
TestRename
-
pandas-1.3.3/pandas/tests/series/methods/test_align.py
(5358 characters, 520 words)
imported modules:
pytest
,pytz
,pandas
defined functions:
test_align
,test_align_fill_method
,test_align_nocopy
,test_align_same_index
,test_align_multiindex
,test_align_with_dataframe_method
,test_align_dt64tzindex_mismatched_tzs
,test_align_periodindex
-
pandas-1.3.3/pandas/tests/series/methods/test_value_counts.py
(8073 characters, 644 words)
imported modules:
pytest
,pandas
defined classes:
TestSeriesValueCounts
-
pandas-1.3.3/pandas/tests/series/methods/test_compare.py
(3734 characters, 376 words)
imported modules:
pytest
defined functions:
test_compare_axis
,test_compare_various_formats
,test_compare_with_equal_nulls
,test_compare_with_non_equal_nulls
,test_compare_multi_index
,test_compare_unaligned_objects
-
pandas-1.3.3/pandas/tests/series/methods/test_is_monotonic.py
(780 characters, 68 words)
imported modules:
pandas
defined classes:
TestIsMonotonic
-
pandas-1.3.3/pandas/tests/series/methods/test_count.py
(3245 characters, 232 words)
imported modules:
pytest
,pandas
defined classes:
TestSeriesCount
-
pandas-1.3.3/pandas/tests/series/methods/test_argsort.py
(2265 characters, 168 words)
imported modules:
pytest
,pandas
defined classes:
TestSeriesArgsort
-
pandas-1.3.3/pandas/tests/series/methods/test_is_unique.py
(1050 characters, 98 words)
imported modules:
pytest
,pandas
,pandas.core.construction
defined functions:
test_is_unique
,test_is_unique_class_ne
-
pandas-1.3.3/pandas/tests/series/methods/test_reindex.py
(11543 characters, 1020 words)
imported modules:
pytest
,pandas
defined functions:
test_reindex
,test_reindex_nan
,test_reindex_series_add_nat
,test_reindex_with_datetimes
,test_reindex_corner
,test_reindex_pad
,test_reindex_nearest
,test_reindex_backfill
,test_reindex_int
,test_reindex_bool
,test_reindex_bool_pad
,test_reindex_categorical
,test_reindex_astype_order_consistency
,test_reindex_fill_value
,test_reindex_datetimeindexes_tz_naive_and_aware
,test_reindex_empty_series_tz_dtype
,test_reindex_periodindex_with_object
,test_reindex_empty_with_level
-
pandas-1.3.3/pandas/tests/series/methods/test_duplicated.py
(996 characters, 97 words)
imported modules:
pytest
,pandas
defined functions:
test_duplicated_keep
,test_duplicated_nan_none
-
pandas-1.3.3/pandas/tests/series/methods/test_values.py
(741 characters, 52 words)
imported modules:
pytest
,pandas
defined classes:
TestValues
-
pandas-1.3.3/pandas/tests/series/methods/test_get_numeric_data.py
(874 characters, 72 words)
imported modules:
pandas
defined classes:
TestGetNumericData
-
pandas-1.3.3/pandas/tests/series/methods/test_reset_index.py
(6375 characters, 532 words)
imported modules:
datetime
,pytest
,pandas
defined classes:
TestResetIndex
defined functions:
test_reset_index_dtypes_on_empty_series_with_multiindex
-
pandas-1.3.3/pandas/tests/series/methods/test_head_tail.py
(343 characters, 14 words)
defined functions:
test_head_tail
-
pandas-1.3.3/pandas/tests/series/methods/test_diff.py
(2348 characters, 244 words)
imported modules:
pytest
,pandas
defined classes:
TestSeriesDiff
-
pandas-1.3.3/pandas/tests/series/methods/test_astype.py
(19480 characters, 1509 words)
imported modules:
datetime
,importlib
,string
,sys
,pytest
,pandas._libs.tslibs
,pandas
defined classes:
TestAstypeAPI
,TestAstype
,TestAstypeString
,TestAstypeCategorical
-
pandas-1.3.3/pandas/tests/series/methods/test_matmul.py
(2668 characters, 254 words)
imported modules:
operator
,pytest
,pandas
defined classes:
TestMatmul
-
pandas-1.3.3/pandas/tests/series/methods/test_drop_duplicates.py
(8118 characters, 631 words)
imported modules:
pytest
,pandas
defined classes:
TestSeriesDropDuplicates
defined functions:
test_drop_duplicates
,test_drop_duplicates_bool
,test_drop_duplicates_no_duplicates
,test_drop_duplicates_pos_args_deprecation
-
pandas-1.3.3/pandas/tests/series/methods/test_pop.py
(295 characters, 37 words)
imported modules:
pandas
defined functions:
test_pop
-
pandas-1.3.3/pandas/tests/series/methods/test_interpolate.py
(31676 characters, 2718 words)
imported modules:
pytest
,pandas
defined classes:
TestSeriesInterpolateData
defined functions:
nontemporal_method
,interp_methods_ind
-
pandas-1.3.3/pandas/tests/series/methods/test_between.py
(3167 characters, 270 words)
imported modules:
pytest
,pandas
defined classes:
TestBetween
-
pandas-1.3.3/pandas/tests/series/methods/test_asfreq.py
(3654 characters, 279 words)
imported modules:
datetime
,pytest
,pandas
,pandas.tseries.offsets
defined classes:
TestAsFreq
-
pandas-1.3.3/pandas/tests/series/methods/test_unique.py
(1432 characters, 144 words)
imported modules:
pandas
defined classes:
TestUnique
-
pandas-1.3.3/pandas/tests/base/test_constructors.py
(5078 characters, 434 words)
imported modules:
datetime
,sys
,pytest
,pandas.compat
,pandas
,pandas.core.accessor
,pandas.core.base
defined classes:
TestPandasDelegate
,TestNoNewAttributesMixin
,TestConstruction
defined functions:
constructor
-
pandas-1.3.3/pandas/tests/base/test_misc.py
(4469 characters, 464 words)
imported modules:
sys
,pytest
,pandas.compat
,pandas.core.dtypes.common
,pandas
defined functions:
test_binary_ops_docstring
,test_ndarray_compat_properties
,test_memory_usage
,test_memory_usage_components_series
,test_memory_usage_components_narrow_series
,test_searchsorted
,test_access_by_position
-
pandas-1.3.3/pandas/tests/base/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/base/test_fillna.py
(1880 characters, 188 words)
imported modules:
pytest
,pandas._libs
,pandas.core.dtypes.common
,pandas.core.dtypes.generic
,pandas
,pandas.tests.base.common
defined functions:
test_fillna
,test_fillna_null
-
pandas-1.3.3/pandas/tests/base/test_value_counts.py
(9566 characters, 884 words)
imported modules:
collections
,datetime
,io
,pytest
,pandas._libs
,pandas.compat
,pandas.core.dtypes.common
,pandas
,pandas.tests.base.common
defined functions:
test_value_counts
,test_value_counts_null
,test_value_counts_inferred
,test_value_counts_bins
,test_value_counts_datetime64
,test_value_counts_with_nan
-
pandas-1.3.3/pandas/tests/base/common.py
(252 characters, 31 words)
imported modules:
typing
,pandas
defined functions:
allow_na_ops
-
pandas-1.3.3/pandas/tests/base/test_conversion.py
(16334 characters, 1342 words)
imported modules:
pytest
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas
,pandas.core.arrays
defined classes:
TestToIterable
,TestAsArray
defined functions:
test_values_consistent
,test_numpy_array
,test_numpy_array_all_dtypes
,test_array
,test_array_multiindex_raises
,test_to_numpy
,test_to_numpy_copy
,test_to_numpy_dtype
,test_to_numpy_na_value_numpy_dtype
,test_to_numpy_kwargs_raises
,test_to_numpy_dataframe_na_value
,test_to_numpy_dataframe_single_block
,test_to_numpy_dataframe_single_block_no_mutate
-
pandas-1.3.3/pandas/tests/base/test_transpose.py
(1694 characters, 165 words)
imported modules:
pytest
,pandas
defined functions:
test_transpose
,test_transpose_non_default_axes
,test_numpy_transpose
,test_duplicate_labels
-
pandas-1.3.3/pandas/tests/base/test_unique.py
(4403 characters, 378 words)
imported modules:
pytest
,pandas._libs
,pandas.core.dtypes.common
,pandas.tests.base.common
defined functions:
test_unique
,test_unique_null
,test_nunique
,test_nunique_null
,test_unique_bad_unicode
,test_nunique_dropna
-
pandas-1.3.3/pandas/tests/reshape/test_union_categoricals.py
(14457 characters, 1267 words)
imported modules:
pytest
,pandas.core.dtypes.concat
,pandas
defined classes:
TestUnionCategoricals
-
pandas-1.3.3/pandas/tests/reshape/test_get_dummies.py
(23722 characters, 2023 words)
imported modules:
re
,pytest
,pandas.core.dtypes.common
,pandas
,pandas.core.arrays.sparse
defined classes:
TestGetDummies
-
pandas-1.3.3/pandas/tests/reshape/test_pivot.py
(77286 characters, 6168 words)
imported modules:
datetime
,itertools
,pytest
,pandas
,pandas.core.reshape.pivot
defined classes:
TestPivotTable
,TestPivot
defined functions:
dropna
,interval_values
-
pandas-1.3.3/pandas/tests/reshape/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/reshape/test_qcut.py
(8234 characters, 769 words)
imported modules:
os
,pytest
,pandas
,pandas.core.algorithms
,pandas.tseries.offsets
defined functions:
test_qcut
,test_qcut_bounds
,test_qcut_specify_quantiles
,test_qcut_all_bins_same
,test_qcut_include_lowest
,test_qcut_nas
,test_qcut_index
,test_qcut_binning_issues
,test_qcut_return_intervals
,test_qcut_incorrect_labels
,test_qcut_wrong_length_labels
,test_qcut_list_like_labels
,test_qcut_duplicates_bin
,test_single_quantile
,test_qcut_nat
,test_datetime_tz_qcut
,test_date_like_qcut_bins
,test_qcut_bool_coercion_to_int
,test_qcut_nullable_integer
-
pandas-1.3.3/pandas/tests/reshape/test_cut.py
(20733 characters, 1835 words)
imported modules:
pytest
,pandas
defined functions:
test_simple
,test_bins
,test_right
,test_no_right
,test_array_like
,test_bins_from_interval_index
,test_bins_from_interval_index_doc_example
,test_bins_not_overlapping_from_interval_index
,test_bins_not_monotonic
,test_bins_monotonic_not_overflowing
,test_wrong_num_labels
,test_cut_corner
,test_cut_not_1d_arg
,test_int_bins_with_inf
,test_cut_out_of_range_more
,test_labels
,test_cut_pass_series_name_to_factor
,test_label_precision
,test_na_handling
,test_inf_handling
,test_cut_out_of_bounds
,test_cut_pass_labels
,test_cut_pass_labels_compat
,test_round_frac_just_works
,test_round_frac
,test_cut_return_intervals
,test_series_ret_bins
,test_cut_duplicates_bin
,test_single_bin
,test_cut_read_only
,test_datetime_bin
,test_datetime_cut
,test_datetime_tz_cut
,test_datetime_nan_error
,test_datetime_nan_mask
,test_datetime_cut_roundtrip
,test_timedelta_cut_roundtrip
,test_cut_bool_coercion_to_int
,test_cut_incorrect_labels
,test_cut_nullable_integer
,test_cut_non_unique_labels
,test_cut_unordered_labels
,test_cut_unordered_with_missing_labels_raises_error
,test_cut_unordered_with_series_labels
,test_cut_no_warnings
-
pandas-1.3.3/pandas/tests/reshape/test_pivot_multilevel.py
(6866 characters, 657 words)
imported modules:
pytest
,pandas
defined functions:
test_pivot_list_like_index
,test_pivot_list_like_columns
,test_pivot_multiindexed_rows_and_cols
-
pandas-1.3.3/pandas/tests/reshape/test_util.py
(2859 characters, 275 words)
imported modules:
pytest
,pandas
,pandas.core.reshape.util
defined classes:
TestCartesianProduct
-
pandas-1.3.3/pandas/tests/reshape/test_melt.py
(37421 characters, 3187 words)
imported modules:
pytest
,pandas
defined classes:
TestMelt
,TestLreshape
,TestWideToLong
-
pandas-1.3.3/pandas/tests/reshape/test_crosstab.py
(29854 characters, 2676 words)
imported modules:
pytest
,pandas.core.dtypes.common
,pandas
defined classes:
TestCrosstab
defined functions:
test_categoricals
-
pandas-1.3.3/pandas/tests/reshape/concat/test_datetimes.py
(18506 characters, 1458 words)
imported modules:
datetime
,dateutil
,pytest
,pandas
defined classes:
TestDatetimeConcat
,TestTimezoneConcat
,TestPeriodConcat
defined functions:
test_concat_timedelta64_block
-
pandas-1.3.3/pandas/tests/reshape/concat/test_categorical.py
(6939 characters, 581 words)
imported modules:
pandas.core.dtypes.dtypes
,pandas
defined classes:
TestCategoricalConcat
-
pandas-1.3.3/pandas/tests/reshape/concat/test_sort.py
(3115 characters, 336 words)
imported modules:
pandas
defined classes:
TestConcatSort
-
pandas-1.3.3/pandas/tests/reshape/concat/test_append.py
(13570 characters, 1149 words)
imported modules:
datetime
,itertools
,dateutil
,pytest
,pandas
defined classes:
TestAppend
-
pandas-1.3.3/pandas/tests/reshape/concat/test_concat.py
(22618 characters, 2062 words)
imported modules:
collections
,decimal
,warnings
,pytest
,pandas
,pandas.core.arrays
,pandas.core.construction
,pandas.tests.extension.decimal
defined classes:
TestConcatenate
defined functions:
test_concat_no_unnecessary_upcast
,test_concat_will_upcast
,test_concat_empty_and_non_empty_frame_regression
,test_concat_sparse
,test_concat_dense_sparse
,test_duplicate_keys
,test_concat_preserves_subclass
,test_concat_frame_axis0_extension_dtypes
,test_concat_preserves_extension_int64_dtype
,test_concat_repeated_keys
,test_concat_null_object_with_dti
,test_concat_multiindex_with_empty_rangeindex
,test_concat_posargs_deprecation
-
pandas-1.3.3/pandas/tests/reshape/concat/test_empty.py
(9355 characters, 805 words)
imported modules:
pytest
,pandas
defined classes:
TestEmptyConcat
-
pandas-1.3.3/pandas/tests/reshape/concat/test_dataframe.py
(6748 characters, 552 words)
imported modules:
pytest
,pandas
defined classes:
TestDataFrameConcat
-
pandas-1.3.3/pandas/tests/reshape/concat/test_append_common.py
(28201 characters, 2314 words)
imported modules:
pytest
,pandas
defined classes:
TestConcatAppendCommon
-
pandas-1.3.3/pandas/tests/reshape/concat/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/reshape/concat/conftest.py
(162 characters, 15 words)
imported modules:
pytest
defined functions:
sort
-
pandas-1.3.3/pandas/tests/reshape/concat/test_index.py
(9655 characters, 864 words)
imported modules:
pytest
,pandas
defined classes:
TestIndexConcat
,TestMultiIndexConcat
-
pandas-1.3.3/pandas/tests/reshape/concat/test_series.py
(5130 characters, 473 words)
imported modules:
pytest
,pandas
defined classes:
TestSeriesConcat
defined functions:
sort
-
pandas-1.3.3/pandas/tests/reshape/concat/test_invalid.py
(1530 characters, 142 words)
imported modules:
io
,pytest
,pandas
defined classes:
TestInvalidConcat
-
pandas-1.3.3/pandas/tests/reshape/merge/test_merge.py
(88679 characters, 7919 words)
imported modules:
datetime
,random
,re
,pytest
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas
,pandas.core.reshape.concat
,pandas.core.reshape.merge
defined classes:
TestMerge
,TestMergeDtypes
,TestMergeCategorical
,TestMergeOnIndexes
defined functions:
get_test_data
,get_series
,get_series_na
,series_of_dtype
,series_of_dtype2
,series_of_dtype_all_na
,dfs_for_indicator
,_check_merge
,left
,right
,left_df
,right_df
,test_merge_index_types
,test_merge_series
,test_merge_suffix
,test_merge_duplicate_suffix
,test_merge_suffix_error
,test_merge_suffix_warns
,test_merge_suffix_length_error
,test_merge_equal_cat_dtypes
,test_merge_equal_cat_dtypes2
,test_merge_on_cat_and_ext_array
,test_merge_multiindex_columns
,test_merge_datetime_upcast_dtype
,test_categorical_non_unique_monotonic
,test_merge_join_categorical_multiindex
,test_merge_join_cols_error_reporting_duplicates
,test_merge_join_cols_error_reporting_missing
,test_merge_join_cols_error_reporting_on_and_index
,test_merge_right_left_index
,test_merge_result_empty_index_and_on
,test_merge_suffixes_produce_dup_columns_warns
,test_merge_duplicate_columns_with_suffix_no_warning
,test_merge_duplicate_columns_with_suffix_causing_another_duplicate
,test_merge_string_float_column_result
,test_mergeerror_on_left_index_mismatched_dtypes
-
pandas-1.3.3/pandas/tests/reshape/merge/test_merge_ordered.py
(6383 characters, 576 words)
imported modules:
pytest
,pandas
defined classes:
TestMergeOrdered
-
pandas-1.3.3/pandas/tests/reshape/merge/test_merge_cross.py
(2807 characters, 292 words)
imported modules:
pytest
,pandas
,pandas.core.reshape.merge
defined functions:
test_merge_cross
,test_merge_cross_error_reporting
,test_merge_cross_mixed_dtypes
,test_merge_cross_more_than_one_column
,test_merge_cross_null_values
,test_join_cross_error_reporting
-
pandas-1.3.3/pandas/tests/reshape/merge/test_join.py
(31239 characters, 2691 words)
imported modules:
pytest
,pandas
,pandas.tests.reshape.merge.test_merge
defined classes:
TestJoin
defined functions:
_check_join
,_restrict_to_columns
,_assert_same_contents
,_assert_all_na
,_join_by_hand
,test_join_inner_multiindex_deterministic_order
,test_join_cross
,test_join_multiindex_one_level
,test_join_multiindex_not_alphabetical_categorical
-
pandas-1.3.3/pandas/tests/reshape/merge/test_merge_asof.py
(49838 characters, 3967 words)
imported modules:
datetime
,pytest
,pytz
,pandas
,pandas.core.reshape.merge
defined classes:
TestAsOfMerge
defined functions:
test_merge_asof_non_numerical_dtype
,test_merge_asof_non_numerical_dtype_object
,test_merge_asof_index_behavior
,test_merge_asof_numeri_column_in_index
,test_merge_asof_numeri_column_in_multiindex
,test_merge_asof_numeri_column_in_index_object_dtype
-
pandas-1.3.3/pandas/tests/reshape/merge/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/reshape/merge/test_multi.py
(30687 characters, 2385 words)
imported modules:
pytest
,pandas
,pandas.core.reshape.concat
,pandas.core.reshape.merge
defined classes:
TestMergeMulti
,TestJoinMultiMulti
defined functions:
left
,right
,left_multi
,right_multi
,on_cols_multi
,idx_cols_multi
-
pandas-1.3.3/pandas/tests/reshape/merge/test_merge_index_as_string.py
(5360 characters, 617 words)
imported modules:
pytest
,pandas
defined functions:
df1
,df2
,left_df
,right_df
,compute_expected
,test_merge_indexes_and_columns_on
,test_merge_indexes_and_columns_lefton_righton
,test_join_indexes_and_columns_on
-
pandas-1.3.3/pandas/tests/tools/test_to_datetime.py
(94714 characters, 7751 words)
imported modules:
calendar
,collections
,datetime
,decimal
,locale
,dateutil.parser
,dateutil.tz.tz
,pytest
,pytz
,pandas._libs
,pandas._libs.tslibs
,pandas.errors
,pandas.core.dtypes.common
,pandas
,pandas.core.arrays
,pandas.core.tools.datetimes
defined classes:
TestTimeConversionFormats
,TestToDatetime
,TestToDatetimeUnit
,TestToDatetimeMisc
,TestGuessDatetimeFormat
,TestToDatetimeInferFormat
,TestDaysInMonth
,TestDatetimeParsingWrappers
,TestOrigin
defined functions:
units
,epoch_1960
,units_from_epochs
,epochs
,julian_dates
,test_should_cache
,test_should_cache_errors
,test_nullable_integer_to_datetime
,test_na_to_datetime
,test_empty_string_datetime_coerce__format
,test_empty_string_datetime_coerce__unit
-
pandas-1.3.3/pandas/tests/tools/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/tools/test_to_timedelta.py
(10231 characters, 774 words)
imported modules:
datetime
,pytest
,pandas.errors
,pandas
,pandas.core.arrays
defined classes:
TestTimedeltas
-
pandas-1.3.3/pandas/tests/tools/test_to_time.py
(2019 characters, 171 words)
imported modules:
datetime
,pytest
,pandas
,pandas.core.tools.times
defined classes:
TestToTime
defined functions:
test_to_time_alias
-
pandas-1.3.3/pandas/tests/tools/test_to_numeric.py
(22808 characters, 2008 words)
imported modules:
decimal
,numpy
,pytest
,pandas.compat
,pandas
defined functions:
errors
,signed
,transform
,large_val
,multiple_elts
,transform_assert_equal
,test_empty
,test_series
,test_series_numeric
,test_error
,test_ignore_error
,test_bool_handling
,test_list
,test_list_numeric
,test_numeric
,test_numeric_df_columns
,test_numeric_embedded_arr_likes
,test_all_nan
,test_type_check
,test_scalar
,test_really_large_scalar
,test_really_large_in_arr
,test_really_large_in_arr_consistent
,test_scalar_fail
,test_numeric_dtypes
,test_str
,test_datetime_like
,test_timedelta
,test_period
,test_non_hashable
,test_downcast_invalid_cast
,test_errors_invalid_value
,test_downcast_basic
,test_signed_downcast
,test_ignore_downcast_invalid_data
,test_ignore_downcast_neg_to_unsigned
,test_ignore_downcast_cannot_convert_float
,test_downcast_not8bit
,test_downcast_limits
,test_downcast_uint64
,test_coerce_uint64_conflict
,test_non_coerce_uint64_conflict
,test_downcast_empty
,test_failure_to_convert_uint64_string_to_NaN
,test_precision_float_conversion
,test_to_numeric_from_nullable_string
,test_downcast_nullable_numeric
,test_downcast_nullable_mask_is_copied
,test_to_numeric_scientific_notation
-
pandas-1.3.3/pandas/tests/tslibs/test_timezones.py
(4640 characters, 394 words)
imported modules:
datetime
,dateutil.tz
,pytest
,pytz
,pandas._libs.tslibs
,pandas
defined functions:
test_is_utc
,test_cache_keys_are_distinct_for_pytz_vs_dateutil
,test_tzlocal_repr
,test_tzlocal_maybe_get_tz
,test_tzlocal_offset
,test_tzlocal_is_not_utc
,test_tz_compare_utc
,infer_setup
,test_infer_tz_compat
,test_infer_tz_utc_localize
,test_infer_tz_mismatch
,test_maybe_get_tz_invalid_types
,test_maybe_get_tz_offset_only
-
pandas-1.3.3/pandas/tests/tslibs/test_parsing.py
(6592 characters, 551 words)
imported modules:
datetime
,re
,dateutil.parser
,pytest
,pandas._libs.tslibs
,pandas._libs.tslibs.parsing
defined functions:
test_parse_time_string
,test_parse_time_string_invalid_type
,test_parse_time_quarter_with_dash
,test_parse_time_quarter_with_dash_error
,test_does_not_convert_mixed_integer
,test_parsers_quarterly_with_freq_error
,test_parsers_quarterly_with_freq
,test_parsers_quarter_invalid
,test_parsers_month_freq
,test_guess_datetime_format_with_parseable_formats
,test_guess_datetime_format_with_dayfirst
,test_guess_datetime_format_with_locale_specific_formats
,test_guess_datetime_format_invalid_inputs
,test_guess_datetime_format_no_padding
,test_try_parse_dates
,test_parse_time_string_check_instance_type_raise_exception
-
pandas-1.3.3/pandas/tests/tslibs/test_ccalendar.py
(1974 characters, 201 words)
imported modules:
datetime
,hypothesis
,pytest
,pandas._libs.tslibs
defined functions:
test_get_day_of_year_numeric
,test_get_day_of_year_dt
,test_dt_correct_iso_8601_year_week_and_day
,test_isocalendar
-
pandas-1.3.3/pandas/tests/tslibs/test_libfrequencies.py
(769 characters, 53 words)
imported modules:
pytest
,pandas._libs.tslibs.parsing
,pandas.tseries
defined functions:
test_get_rule_month
-
pandas-1.3.3/pandas/tests/tslibs/test_array_to_datetime.py
(6111 characters, 497 words)
imported modules:
datetime
,dateutil.tz.tz
,pytest
,pytz
,pandas._libs
,pandas.compat
,pandas
defined classes:
SubDatetime
defined functions:
test_parsing_valid_dates
,test_parsing_timezone_offsets
,test_parsing_non_iso_timezone_offset
,test_parsing_different_timezone_offsets
,test_number_looking_strings_not_into_datetime
,test_coerce_outside_ns_bounds
,test_coerce_outside_ns_bounds_one_valid
,test_coerce_of_invalid_datetimes
,test_to_datetime_barely_out_of_bounds
,test_datetime_subclass
-
pandas-1.3.3/pandas/tests/tslibs/test_to_offset.py
(4786 characters, 358 words)
imported modules:
re
,pytest
,pandas._libs.tslibs
defined functions:
test_to_offset
,test_to_offset_negative
,test_to_offset_invalid
,test_to_offset_no_evaluate
,test_to_offset_tuple_unsupported
,test_to_offset_whitespace
,test_to_offset_leading_zero
,test_to_offset_leading_plus
,test_to_offset_pd_timedelta
,test_anchored_shortcuts
-
pandas-1.3.3/pandas/tests/tslibs/test_parse_iso8601.py
(2069 characters, 203 words)
imported modules:
datetime
,pytest
,pandas._libs
defined functions:
test_parsers_iso8601
,test_parsers_iso8601_invalid
,test_parsers_iso8601_invalid_offset_invalid
,test_parsers_iso8601_leading_space
-
pandas-1.3.3/pandas/tests/tslibs/test_fields.py
(1124 characters, 107 words)
imported modules:
pandas._libs.tslibs
defined functions:
test_fields_readonly
-
pandas-1.3.3/pandas/tests/tslibs/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/tslibs/test_api.py
(1263 characters, 82 words)
imported modules:
pandas._libs
defined functions:
test_namespace
-
pandas-1.3.3/pandas/tests/tslibs/test_period_asfreq.py
(2326 characters, 265 words)
imported modules:
pytest
,pandas._libs.tslibs
,pandas._libs.tslibs.period
defined functions:
get_freq_code
,test_intra_day_conversion_factors
,test_period_ordinal_start_values
,test_period_ordinal_week
,test_period_ordinal_business_day
-
pandas-1.3.3/pandas/tests/tslibs/test_liboffsets.py
(5108 characters, 554 words)
imported modules:
datetime
,pytest
,pandas._libs.tslibs.ccalendar
,pandas._libs.tslibs.offsets
,pandas
defined functions:
day_opt
,test_get_last_bday
,test_get_first_bday
,test_shift_month_dt
,test_shift_month_ts
,test_shift_month_error
,test_roll_qtrday_year
,test_roll_qtrday_year2
,test_get_day_of_month_error
,test_roll_qtr_day_not_mod_unequal
,test_roll_qtr_day_mod_equal
,test_roll_convention
-
pandas-1.3.3/pandas/tests/tslibs/test_timedeltas.py
(973 characters, 85 words)
imported modules:
pytest
,pandas._libs.tslibs.timedeltas
,pandas
defined functions:
test_delta_to_nanoseconds
,test_delta_to_nanoseconds_error
,test_huge_nanoseconds_overflow
-
pandas-1.3.3/pandas/tests/tslibs/test_conversion.py
(3986 characters, 311 words)
imported modules:
datetime
,pytest
,pytz
,pandas._libs.tslibs
,pandas
defined classes:
SubDatetime
defined functions:
_compare_utc_to_local
,_compare_local_to_utc
,test_tz_convert_single_matches_tz_convert_hourly
,test_tz_convert_single_matches_tz_convert
,test_tz_convert_corner
,test_tz_convert_readonly
,test_length_zero_copy
,test_ensure_datetime64ns_bigendian
,test_ensure_timedelta64ns_overflows
,test_localize_pydatetime_dt_types
-
pandas-1.3.3/pandas/tests/libs/test_join.py
(10887 characters, 1042 words)
imported modules:
pytest
,pandas._libs.join
defined classes:
TestIndexer
defined functions:
test_left_join_indexer_unique
,test_left_outer_join_bug
,test_inner_join_indexer
,test_outer_join_indexer
,test_left_join_indexer
,test_left_join_indexer2
,test_outer_join_indexer2
,test_inner_join_indexer2
-
pandas-1.3.3/pandas/tests/libs/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/libs/test_lib.py
(7842 characters, 615 words)
imported modules:
pytest
,pandas._libs
,pandas
defined classes:
TestMisc
,TestIndexing
defined functions:
test_cache_readonly_preserve_docstrings
,test_no_default_pickle
-
pandas-1.3.3/pandas/tests/libs/test_hashtable.py
(18483 characters, 1577 words)
imported modules:
contextlib
,tracemalloc
,pytest
,pandas.core.algorithms
defined classes:
TestHashTable
,TestPyObjectHashTableWithNans
,TestHashTableWithNans
,TestHelpFunctions
,TestHelpFunctionsWithNans
defined functions:
activated_tracemalloc
,get_allocated_khash_memory
,test_hash_equal_tuple_with_nans
,test_get_labels_groupby_for_Int64
,test_tracemalloc_works_for_StringHashTable
,test_tracemalloc_for_empty_StringHashTable
,test_no_reallocation_StringHashTable
,test_unique_for_nan_objects_floats
,test_unique_for_nan_objects_complex
,test_unique_for_nan_objects_tuple
,get_ht_function
,test_modes_with_nans
,test_ismember_tuple_with_nans
,test_float_complex_int_are_equal_as_objects
-
pandas-1.3.3/pandas/tests/api/test_types.py
(1675 characters, 87 words)
imported modules:
pandas.api
,pandas.tests.api.test_api
defined classes:
TestTypes
-
pandas-1.3.3/pandas/tests/api/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/tests/api/test_api.py
(7739 characters, 598 words)
imported modules:
__future__
,subprocess
,sys
,pytest
,pandas
defined classes:
Base
,TestPDApi
,TestApi
,TestTesting
defined functions:
test_datetime
,test_sparsearray
,test_np
-
pandas-1.3.3/pandas/util/_decorators.py
(16997 characters, 1832 words)
imported modules:
__future__
,functools
,inspect
,textwrap
,typing
,warnings
,pandas._libs.properties
,pandas._typing
defined classes:
Substitution
,Appender
defined functions:
deprecate
,deprecate_kwarg
,_format_argument_list
,future_version_msg
,deprecate_nonkeyword_arguments
,rewrite_axis_style_signature
,doc
,indent
-
pandas-1.3.3/pandas/util/_validators.py
(14640 characters, 1783 words)
imported modules:
__future__
,typing
,warnings
,pandas.core.dtypes.common
defined functions:
_check_arg_length
,_check_for_default_values
,validate_args
,_check_for_invalid_keys
,validate_kwargs
,validate_args_and_kwargs
,validate_bool_kwarg
,validate_axis_style_args
,validate_fillna_kwargs
,validate_percentile
,validate_ascending
-
pandas-1.3.3/pandas/util/_depr_module.py
(3463 characters, 319 words)
imported modules:
importlib
,typing
,warnings
defined classes:
_DeprecatedModule
-
pandas-1.3.3/pandas/util/testing.py
(242 characters, 28 words)
imported modules:
warnings
,pandas._testing
-
pandas-1.3.3/pandas/util/_test_decorators.py
(8403 characters, 874 words)
imported modules:
__future__
,contextlib
,locale
,typing
,warnings
,pytest
,pandas._config
,pandas.compat
,pandas.compat._optional
,pandas.core.computation.expressions
,pandas.util.version
defined functions:
safe_import
,_skip_if_no_mpl
,_skip_if_has_locale
,_skip_if_not_us_locale
,_skip_if_no_scipy
,skip_if_installed
,skip_if_no
,skip_if_np_lt
,parametrize_fixture_doc
,check_file_leaks
,file_leak_context
,async_mark
-
pandas-1.3.3/pandas/util/_exceptions.py
(1027 characters, 110 words)
imported modules:
__future__
,contextlib
,inspect
,os
defined functions:
rewrite_exception
,find_stack_level
-
pandas-1.3.3/pandas/util/__init__.py
(402 characters, 37 words)
imported modules:
pandas.util._decorators
,pandas.core.util.hashing
defined functions:
__getattr__
-
pandas-1.3.3/pandas/util/_tester.py
(759 characters, 81 words)
imported modules:
os
,sys
defined functions:
test
-
pandas-1.3.3/pandas/util/_print_versions.py
(4288 characters, 418 words)
imported modules:
__future__
,codecs
,json
,locale
,os
,platform
,struct
,sys
,pandas._typing
,pandas.compat._optional
defined functions:
_get_commit_hash
,_get_sys_info
,_get_dependency_info
,show_versions
,main
-
pandas-1.3.3/pandas/util/_doctools.py
(6657 characters, 682 words)
imported modules:
__future__
defined classes:
TablePlotter
-
pandas-1.3.3/pandas/util/version/__init__.py
(16217 characters, 1779 words)
imported modules:
__future__
,collections
,itertools
,re
,typing
,warnings
defined classes:
InfinityType
,NegativeInfinityType
,InvalidVersion
,_BaseVersion
,LegacyVersion
,Version
defined functions:
parse
,_parse_version_parts
,_legacy_cmpkey
,_parse_letter_version
,_parse_local_version
,_cmpkey
-
pandas-1.3.3/pandas/plotting/_misc.py
(15911 characters, 1676 words)
imported modules:
contextlib
,pandas.plotting._core
defined classes:
_Options
defined functions:
table
,register
,deregister
,scatter_matrix
,radviz
,andrews_curves
,bootstrap_plot
,parallel_coordinates
,lag_plot
,autocorrelation_plot
-
pandas-1.3.3/pandas/plotting/__init__.py
(2826 characters, 332 words)
imported modules:
pandas.plotting._core
,pandas.plotting._misc
-
pandas-1.3.3/pandas/plotting/_core.py
(61757 characters, 7160 words)
imported modules:
__future__
,importlib
,types
,typing
,pandas._config
,pandas._typing
,pandas.util._decorators
,pandas.core.dtypes.common
,pandas.core.dtypes.generic
,pandas.core.base
defined classes:
PlotAccessor
defined functions:
hist_series
,hist_frame
,boxplot
,boxplot_frame
,boxplot_frame_groupby
,_load_backend
,_get_plot_backend
-
pandas-1.3.3/pandas/plotting/_matplotlib/timeseries.py
(10121 characters, 1019 words)
imported modules:
__future__
,functools
,typing
,pandas._libs.tslibs
,pandas._libs.tslibs.dtypes
,pandas._typing
,pandas.core.dtypes.generic
,pandas.io.formats.printing
,pandas.plotting._matplotlib.converter
,pandas.tseries.frequencies
defined functions:
maybe_resample
,_is_sub
,_is_sup
,_upsample_others
,_replot_ax
,decorate_axes
,_get_ax_freq
,_get_period_alias
,_get_freq
,use_dynamic_x
,_get_index_freq
,maybe_convert_index
,_format_coord
,format_dateaxis
-
pandas-1.3.3/pandas/plotting/_matplotlib/style.py
(8065 characters, 914 words)
imported modules:
__future__
,itertools
,typing
,warnings
,matplotlib.colors
,pandas.core.dtypes.common
defined functions:
get_standard_colors
,_derive_colors
,_cycle_colors
,_get_colors_from_colormap
,_get_cmap_instance
,_get_colors_from_color
,_is_single_color
,_gen_list_of_colors_from_iterable
,_is_floats_color
,_get_colors_from_color_type
,_get_default_colors
,_get_random_colors
,_random_color
,_is_single_string_color
-
pandas-1.3.3/pandas/plotting/_matplotlib/tools.py
(15187 characters, 1731 words)
imported modules:
__future__
,math
,typing
,warnings
,matplotlib.table
,pandas._typing
,pandas.core.dtypes.common
,pandas.core.dtypes.generic
,pandas.plotting._matplotlib
defined functions:
do_adjust_figure
,maybe_adjust_figure
,format_date_labels
,table
,_get_layout
,create_subplots
,_remove_labels_from_axis
,_has_externally_shared_axis
,handle_shared_axes
,flatten_axes
,set_ticks_props
,get_all_lines
,get_xlim
-
pandas-1.3.3/pandas/plotting/_matplotlib/compat.py
(689 characters, 61 words)
imported modules:
operator
,pandas.util.version
defined functions:
_mpl_version
-
pandas-1.3.3/pandas/plotting/_matplotlib/hist.py
(12165 characters, 1099 words)
imported modules:
__future__
,typing
,pandas.core.dtypes.common
,pandas.core.dtypes.generic
,pandas.core.dtypes.missing
,pandas.io.formats.printing
,pandas.plotting._matplotlib.core
,pandas.plotting._matplotlib.tools
defined classes:
HistPlot
,KdePlot
defined functions:
_grouped_plot
,_grouped_hist
,hist_series
,hist_frame
-
pandas-1.3.3/pandas/plotting/_matplotlib/__init__.py
(2044 characters, 179 words)
imported modules:
__future__
,typing
,pandas.plotting._matplotlib.boxplot
,pandas.plotting._matplotlib.converter
,pandas.plotting._matplotlib.core
,pandas.plotting._matplotlib.hist
,pandas.plotting._matplotlib.misc
,pandas.plotting._matplotlib.tools
defined functions:
plot
-
pandas-1.3.3/pandas/plotting/_matplotlib/misc.py
(13107 characters, 1301 words)
imported modules:
__future__
,random
,typing
,pandas.core.dtypes.missing
,pandas.io.formats.printing
,pandas.plotting._matplotlib.style
,pandas.plotting._matplotlib.tools
defined functions:
scatter_matrix
,_get_marker_compat
,radviz
,andrews_curves
,bootstrap_plot
,parallel_coordinates
,lag_plot
,autocorrelation_plot
-
pandas-1.3.3/pandas/plotting/_matplotlib/converter.py
(35704 characters, 3577 words)
imported modules:
__future__
,contextlib
,datetime
,functools
,typing
,dateutil.relativedelta
,matplotlib.ticker
,matplotlib.transforms
,pandas._libs
,pandas._libs.tslibs
,pandas._libs.tslibs.dtypes
,pandas._libs.tslibs.offsets
,pandas.core.dtypes.common
,pandas
,pandas.core.indexes.datetimes
,pandas.core.indexes.period
defined classes:
TimeConverter
,TimeFormatter
,PeriodConverter
,DatetimeConverter
,PandasAutoDateFormatter
,PandasAutoDateLocator
,MilliSecondLocator
,TimeSeries_DateLocator
,TimeSeries_DateFormatter
,TimeSeries_TimedeltaFormatter
defined functions:
get_pairs
,register_pandas_matplotlib_converters
,pandas_converters
,register
,deregister
,_to_ordinalf
,time2num
,get_datevalue
,_from_ordinal
,_get_default_annual_spacing
,period_break
,has_level_label
,_daily_finder
,_monthly_finder
,_quarterly_finder
,_annual_finder
,get_finder
-
pandas-1.3.3/pandas/plotting/_matplotlib/core.py
(54954 characters, 5084 words)
imported modules:
__future__
,typing
,warnings
,matplotlib.artist
,pandas.errors
,pandas.util._decorators
,pandas.core.dtypes.common
,pandas.core.dtypes.generic
,pandas.core.dtypes.missing
,pandas.io.formats.printing
,pandas.plotting._matplotlib.compat
,pandas.plotting._matplotlib.converter
,pandas.plotting._matplotlib.style
,pandas.plotting._matplotlib.timeseries
,pandas.plotting._matplotlib.tools
defined classes:
MPLPlot
,PlanePlot
,ScatterPlot
,HexBinPlot
,LinePlot
,AreaPlot
,BarPlot
,BarhPlot
,PiePlot
defined functions:
_color_in_style
-
pandas-1.3.3/pandas/plotting/_matplotlib/boxplot.py
(14663 characters, 1331 words)
imported modules:
__future__
,collections
,typing
,warnings
,matplotlib.artist
,pandas.core.dtypes.common
,pandas.core.dtypes.missing
,pandas.io.formats.printing
,pandas.plotting._matplotlib.core
,pandas.plotting._matplotlib.style
,pandas.plotting._matplotlib.tools
defined classes:
BoxPlot
defined functions:
_grouped_plot_by_column
,boxplot
,boxplot_frame
,boxplot_frame_groupby
-
pandas-1.3.3/pandas/errors/__init__.py
(6739 characters, 814 words)
imported modules:
pandas._config.config
,pandas._libs.tslibs
defined classes:
IntCastingNaNError
,NullFrequencyError
,PerformanceWarning
,UnsupportedFunctionCall
,UnsortedIndexError
,ParserError
,DtypeWarning
,EmptyDataError
,ParserWarning
,MergeError
,AccessorRegistrationWarning
,AbstractMethodError
,NumbaUtilError
,DuplicateLabelError
,InvalidIndexError
-
pandas-1.3.3/pandas/core/resample.py
(67207 characters, 6838 words)
imported modules:
__future__
,copy
,datetime
,textwrap
,typing
,pandas._libs
,pandas._libs.tslibs
,pandas._typing
,pandas.errors
,pandas.util._decorators
,pandas.core.dtypes.generic
,pandas.core.apply
,pandas.core.base
,pandas.core.generic
,pandas.core.groupby.generic
,pandas.core.groupby.groupby
,pandas.core.groupby.grouper
,pandas.core.groupby.ops
,pandas.core.indexes.api
,pandas.core.indexes.datetimes
,pandas.core.indexes.period
,pandas.core.indexes.timedeltas
,pandas.tseries.frequencies
,pandas.tseries.offsets
defined classes:
Resampler
,_GroupByMixin
,DatetimeIndexResampler
,DatetimeIndexResamplerGroupby
,PeriodIndexResampler
,PeriodIndexResamplerGroupby
,TimedeltaIndexResampler
,TimedeltaIndexResamplerGroupby
,TimeGrouper
defined functions:
get_resampler
,get_resampler_for_grouping
,_take_new_index
,_get_timestamp_range_edges
,_get_period_range_edges
,_insert_nat_bin
,_adjust_dates_anchored
,asfreq
,_asfreq_compat
-
pandas-1.3.3/pandas/core/apply.py
(35614 characters, 3443 words)
imported modules:
__future__
,abc
,inspect
,typing
,warnings
,pandas._config
,pandas._libs
,pandas._typing
,pandas.util._decorators
,pandas.core.dtypes.cast
,pandas.core.dtypes.common
,pandas.core.dtypes.generic
,pandas.core.algorithms
,pandas.core.base
defined classes:
Apply
,NDFrameApply
,FrameApply
,FrameRowApply
,FrameColumnApply
,SeriesApply
,GroupByApply
,ResamplerWindowApply
defined functions:
frame_apply
-
pandas-1.3.3/pandas/core/api.py
(1941 characters, 174 words)
imported modules:
pandas._libs
,pandas._libs.missing
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.missing
,pandas.core.algorithms
,pandas.core.arrays
,pandas.core.arrays.boolean
,pandas.core.arrays.floating
,pandas.core.arrays.integer
,pandas.core.arrays.string_
,pandas.core.construction
,pandas.core.flags
,pandas.core.groupby
,pandas.core.indexes.api
,pandas.core.indexes.datetimes
,pandas.core.indexes.interval
,pandas.core.indexes.period
,pandas.core.indexes.timedeltas
,pandas.core.indexing
,pandas.core.series
,pandas.core.tools.datetimes
,pandas.core.tools.numeric
,pandas.core.tools.timedeltas
,pandas.io.formats.format
,pandas.tseries.offsets
,pandas.core.frame
-
pandas-1.3.3/pandas/core/sorting.py
(21352 characters, 2425 words)
imported modules:
__future__
,collections
,typing
,pandas._libs
,pandas._libs.hashtable
,pandas._typing
,pandas.core.dtypes.common
,pandas.core.dtypes.generic
,pandas.core.dtypes.missing
,pandas.core.construction
defined functions:
get_indexer_indexer
,get_group_index
,get_compressed_ids
,is_int64_overflow_possible
,decons_group_index
,decons_obs_group_ids
,indexer_from_factorized
,lexsort_indexer
,nargsort
,nargminmax
,_nanargminmax
,_ensure_key_mapped_multiindex
,ensure_key_mapped
,get_flattened_list
,get_indexer_dict
,get_group_index_sorter
,compress_group_index
,_reorder_by_uniques
-
pandas-1.3.3/pandas/core/shared_docs.py
(20258 characters, 2964 words)
imported modules:
__future__
-
pandas-1.3.3/pandas/core/aggregation.py
(12833 characters, 1452 words)
imported modules:
__future__
,collections
,functools
,typing
,pandas._typing
,pandas.core.dtypes.common
,pandas.core.dtypes.generic
,pandas.core.base
,pandas.core.indexes.api
defined functions:
reconstruct_func
,is_multi_agg_with_relabel
,normalize_keyword_aggregation
,_make_unique_kwarg_list
,_managle_lambda_list
,maybe_mangle_lambdas
,relabel_result
,validate_func_kwargs
-
pandas-1.3.3/pandas/core/roperator.py
(1080 characters, 143 words)
imported modules:
operator
defined functions:
radd
,rsub
,rmul
,rdiv
,rtruediv
,rfloordiv
,rmod
,rdivmod
,rpow
,rand_
,ror_
,rxor
-
pandas-1.3.3/pandas/core/generic.py
(390424 characters, 40611 words)
imported modules:
__future__
,collections
,datetime
,functools
,gc
,json
,operator
,pickle
,re
,typing
,warnings
,weakref
,pandas._config
,pandas._libs
,pandas._libs.tslibs
,pandas._typing
,pandas.compat._optional
,pandas.errors
,pandas.util._decorators
,pandas.util._validators
,pandas.core.dtypes.common
,pandas.core.dtypes.generic
,pandas.core.dtypes.inference
,pandas.core.dtypes.missing
,pandas.core
,pandas.core.arrays
,pandas.core.base
,pandas.core.construction
,pandas.core.describe
,pandas.core.flags
,pandas.core.indexes.api
,pandas.core.internals
,pandas.core.internals.construction
,pandas.core.missing
,pandas.core.ops
,pandas.core.reshape.concat
,pandas.core.shared_docs
,pandas.core.sorting
,pandas.core.window
,pandas.io.formats.format
,pandas.io.formats.printing
defined classes:
NDFrame
defined functions:
_doc_params
,_align_as_utc
-
pandas-1.3.3/pandas/core/accessor.py
(8622 characters, 852 words)
imported modules:
__future__
,warnings
,pandas.util._decorators
defined classes:
DirNamesMixin
,PandasDelegate
,CachedAccessor
defined functions:
delegate_names
,_register_accessor
,register_dataframe_accessor
,register_series_accessor
,register_index_accessor
-
pandas-1.3.3/pandas/core/flags.py
(3567 characters, 343 words)
imported modules:
weakref
defined classes:
Flags
-
pandas-1.3.3/pandas/core/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/core/config_init.py
(22567 characters, 2376 words)
imported modules:
os
,warnings
,pandas._config.config
defined functions:
use_bottleneck_cb
,use_numexpr_cb
,use_numba_cb
,table_schema_cb
,is_terminal
,use_inf_as_na_cb
,register_plotting_backend_cb
,register_converter_cb
-
pandas-1.3.3/pandas/core/missing.py
(28823 characters, 3241 words)
imported modules:
__future__
,functools
,typing
,pandas._libs
,pandas._typing
,pandas.compat._optional
,pandas.core.dtypes.cast
,pandas.core.dtypes.common
,pandas.core.dtypes.missing
defined functions:
check_value_size
,mask_missing
,clean_fill_method
,clean_interp_method
,find_valid_index
,interpolate_array_2d
,interpolate_2d_with_fill
,interpolate_1d
,_interpolate_scipy_wrapper
,_from_derivatives
,_akima_interpolate
,_cubicspline_interpolate
,_interpolate_with_limit_area
,interpolate_2d
,_fillna_prep
,_datetimelike_compat
,_pad_1d
,_backfill_1d
,_pad_2d
,_backfill_2d
,get_fill_func
,clean_reindex_fill_method
,_interp_limit
,_rolling_window
-
pandas-1.3.3/pandas/core/base.py
(37707 characters, 3896 words)
imported modules:
__future__
,textwrap
,typing
,pandas._typing
,pandas.compat
,pandas.errors
,pandas.util._decorators
,pandas.core.dtypes.common
,pandas.core.dtypes.generic
,pandas.core.dtypes.missing
,pandas.core
,pandas.core.accessor
,pandas.core.algorithms
,pandas.core.arraylike
,pandas.core.arrays
,pandas.core.construction
defined classes:
PandasObject
,NoNewAttributesMixin
,DataError
,SpecificationError
,SelectionMixin
,IndexOpsMixin
-
pandas-1.3.3/pandas/core/index.py
(665 characters, 59 words)
imported modules:
warnings
,pandas.core.indexes.api
,pandas.core.indexes.multi
-
pandas-1.3.3/pandas/core/common.py
(15338 characters, 1732 words)
imported modules:
__future__
,builtins
,collections
,contextlib
,functools
,inspect
,typing
,warnings
,pandas._libs
,pandas._typing
,pandas.compat
,pandas.core.dtypes.cast
,pandas.core.dtypes.common
,pandas.core.dtypes.generic
,pandas.core.dtypes.inference
,pandas.core.dtypes.missing
defined classes:
SettingWithCopyError
,SettingWithCopyWarning
defined functions:
flatten
,consensus_name_attr
,is_bool_indexer
,cast_scalar_indexer
,not_none
,any_none
,all_none
,any_not_none
,all_not_none
,count_not_none
,asarray_tuplesafe
,index_labels_to_array
,maybe_make_list
,maybe_iterable_to_list
,is_null_slice
,is_true_slices
,is_full_slice
,get_callable_name
,apply_if_callable
,standardize_mapping
,random_state
,pipe
,get_rename_function
,convert_to_list_like
,temp_setattr
,require_length_match
,get_cython_func
,is_builtin_func
-
pandas-1.3.3/pandas/core/construction.py
(27377 characters, 2914 words)
imported modules:
__future__
,typing
,warnings
,pandas._libs
,pandas._typing
,pandas.errors
,pandas.core.dtypes.base
,pandas.core.dtypes.cast
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.generic
,pandas.core.dtypes.missing
defined functions:
array
,extract_array
,ensure_wrapped_if_datetimelike
,sanitize_masked_array
,sanitize_array
,range_to_ndarray
,_sanitize_ndim
,_sanitize_str_dtypes
,_maybe_repeat
,_try_cast
,is_empty_data
,create_series_with_explicit_dtype
-
pandas-1.3.3/pandas/core/arraylike.py
(13829 characters, 1327 words)
imported modules:
operator
,typing
,warnings
,pandas._libs
,pandas.core.construction
,pandas.core.ops
,pandas.core.ops.common
defined classes:
OpsMixin
defined functions:
_is_aligned
,_maybe_fallback
,array_ufunc
-
pandas-1.3.3/pandas/core/indexing.py
(83275 characters, 8438 words)
imported modules:
__future__
,contextlib
,typing
,warnings
,pandas._libs.indexing
,pandas._libs.lib
,pandas.errors
,pandas.util._decorators
,pandas.core.dtypes.common
,pandas.core.dtypes.concat
,pandas.core.dtypes.generic
,pandas.core.dtypes.missing
,pandas.core.indexers
,pandas.core.indexes.api
defined classes:
_IndexSlice
,IndexingError
,IndexingMixin
,_LocationIndexer
,_LocIndexer
,_iLocIndexer
,_ScalarAccessIndexer
,_AtIndexer
,_iAtIndexer
defined functions:
_tuplify
,convert_to_index_sliceable
,check_bool_indexer
,convert_missing_indexer
,convert_from_missing_indexer_tuple
,maybe_convert_ix
,is_nested_tuple
,is_label_like
,need_slice
-
pandas-1.3.3/pandas/core/algorithms.py
(59068 characters, 6575 words)
imported modules:
__future__
,operator
,textwrap
,typing
,warnings
,pandas._libs
,pandas._typing
,pandas.util._decorators
,pandas.core.dtypes.cast
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.generic
,pandas.core.dtypes.missing
,pandas.core.array_algos.take
,pandas.core.indexers
defined classes:
SelectN
,SelectNSeries
,SelectNFrame
defined functions:
_ensure_data
,_reconstruct_data
,_ensure_arraylike
,_get_hashtable_algo
,_get_values_for_rank
,get_data_algo
,_check_object_for_strings
,unique
,isin
,factorize_array
,factorize
,value_counts
,value_counts_arraylike
,duplicated
,mode
,rank
,checked_add_with_arr
,quantile
,take
,searchsorted
,diff
,safe_sort
,_sort_mixed
,_sort_tuples
,union_with_duplicates
-
pandas-1.3.3/pandas/core/frame.py
(369288 characters, 38648 words)
imported modules:
__future__
,collections
,collections
,datetime
,functools
,io
,itertools
,mmap
,textwrap
,typing
,warnings
,pandas._config
,pandas._libs.hashtable
,pandas._libs.lib
,pandas._typing
,pandas.compat._optional
,pandas.util._decorators
,pandas.util._validators
,pandas.core.dtypes.cast
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.missing
,pandas.core
,pandas.core.accessor
,pandas.core.aggregation
,pandas.core.array_algos.take
,pandas.core.arraylike
,pandas.core.arrays
,pandas.core.arrays.sparse
,pandas.core.construction
,pandas.core.generic
,pandas.core.indexers
,pandas.core.indexes.api
,pandas.core.indexes.multi
,pandas.core.indexing
,pandas.core.internals
,pandas.core.internals.construction
,pandas.core.reshape.melt
,pandas.core.series
,pandas.core.sorting
,pandas.io.common
,pandas.io.formats
,pandas.io.formats.info
,pandas.plotting
defined classes:
DataFrame
defined functions:
_from_nested_dict
,_reindex_for_setitem
-
pandas-1.3.3/pandas/core/describe.py
(13146 characters, 1316 words)
imported modules:
__future__
,abc
,typing
,warnings
,pandas._libs.tslibs
,pandas._typing
,pandas.util._validators
,pandas.core.dtypes.common
,pandas.core.reshape.concat
,pandas.io.formats.format
defined classes:
NDFrameDescriberAbstract
,SeriesDescriber
,DataFrameDescriber
defined functions:
describe_ndframe
,reorder_columns
,describe_numeric_1d
,describe_categorical_1d
,describe_timestamp_as_categorical_1d
,describe_timestamp_1d
,select_describe_func
,refine_percentiles
-
pandas-1.3.3/pandas/core/series.py
(168904 characters, 17393 words)
imported modules:
__future__
,io
,shutil
,textwrap
,typing
,warnings
,weakref
,pandas._config
,pandas._libs
,pandas._libs.lib
,pandas._typing
,pandas.errors
,pandas.util._decorators
,pandas.util._validators
,pandas.core.dtypes.cast
,pandas.core.dtypes.common
,pandas.core.dtypes.generic
,pandas.core.dtypes.inference
,pandas.core.dtypes.missing
,pandas.core
,pandas.core.accessor
,pandas.core.apply
,pandas.core.arrays
,pandas.core.arrays.categorical
,pandas.core.arrays.sparse
,pandas.core.construction
,pandas.core.generic
,pandas.core.indexers
,pandas.core.indexes.accessors
,pandas.core.indexes.api
,pandas.core.indexing
,pandas.core.internals
,pandas.core.shared_docs
,pandas.core.sorting
,pandas.core.strings
,pandas.core.tools.datetimes
,pandas.plotting
defined classes:
Series
defined functions:
_coerce_method
-
pandas-1.3.3/pandas/core/indexers.py
(16639 characters, 1953 words)
imported modules:
__future__
,typing
,warnings
,pandas._typing
,pandas.core.dtypes.common
,pandas.core.dtypes.generic
defined functions:
is_valid_positional_slice
,is_list_like_indexer
,is_scalar_indexer
,is_empty_indexer
,check_setitem_lengths
,validate_indices
,maybe_convert_indices
,is_exact_shape_match
,length_of_indexer
,deprecate_ndim_indexing
,unpack_1tuple
,check_key_length
,check_array_indexer
-
pandas-1.3.3/pandas/core/nanops.py
(51971 characters, 5945 words)
imported modules:
__future__
,functools
,itertools
,operator
,typing
,warnings
,pandas._config
,pandas._libs
,pandas._typing
,pandas.compat._optional
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.missing
,pandas.core.construction
defined classes:
disallow
,bottleneck_switch
defined functions:
set_use_bottleneck
,_bn_ok_dtype
,_has_infs
,_get_fill_value
,_maybe_get_mask
,_get_values
,_na_ok_dtype
,_wrap_results
,_datetimelike_compat
,_na_for_min_count
,nanany
,nanall
,nansum
,_mask_datetimelike_result
,nanmean
,nanmedian
,get_empty_reduction_result
,_get_counts_nanvar
,nanstd
,nanvar
,nansem
,_nanminmax
,nanargmax
,nanargmin
,nanskew
,nankurt
,nanprod
,_maybe_arg_null_out
,_get_counts
,_maybe_null_out
,check_below_min_count
,_zero_out_fperr
,nancorr
,get_corr_func
,nancov
,_ensure_numeric
,make_nancomp
,_nanpercentile_1d
,nanpercentile
,na_accum_func
-
pandas-1.3.3/pandas/core/array_algos/putmask.py
(7261 characters, 810 words)
imported modules:
__future__
,typing
,warnings
,pandas._libs
,pandas._typing
,pandas.core.dtypes.cast
,pandas.core.dtypes.common
,pandas.core.dtypes.missing
,pandas.core.arrays
defined functions:
putmask_inplace
,putmask_smart
,_putmask_preserve
,putmask_without_repeat
,validate_putmask
,extract_bool_array
,setitem_datetimelike_compat
-
pandas-1.3.3/pandas/core/array_algos/masked_reductions.py
(3183 characters, 376 words)
imported modules:
typing
,pandas.core.nanops
defined functions:
_sumprod
,sum
,prod
,_minmax
,min
,max
,mean
-
pandas-1.3.3/pandas/core/array_algos/transforms.py
(925 characters, 99 words)
defined functions:
shift
-
pandas-1.3.3/pandas/core/array_algos/__init__.py
(408 characters, 64 words)
-
pandas-1.3.3/pandas/core/array_algos/quantile.py
(5215 characters, 527 words)
imported modules:
__future__
,typing
,pandas._typing
,pandas.core.dtypes.common
,pandas.core.dtypes.missing
,pandas.core.nanops
defined functions:
quantile_compat
,_quantile_with_mask
,_quantile_ea_compat
,_quantile_ea_fallback
-
pandas-1.3.3/pandas/core/array_algos/take.py
(18612 characters, 1775 words)
imported modules:
__future__
,functools
,typing
,pandas._typing
,pandas.core.dtypes.cast
,pandas.core.dtypes.common
,pandas.core.dtypes.missing
,pandas.core.construction
defined functions:
take_nd
,take_nd
,take_nd
,_take_nd_ndarray
,take_1d
,take_2d_multi
,_get_take_nd_function_cached
,_get_take_nd_function
,_view_wrapper
,_convert_wrapper
,_take_nd_object
,_take_2d_multi_object
,_take_preprocess_indexer_and_fill_value
-
pandas-1.3.3/pandas/core/array_algos/replace.py
(4094 characters, 480 words)
imported modules:
__future__
,operator
,re
,typing
,pandas._typing
,pandas.core.dtypes.common
,pandas.core.dtypes.missing
defined functions:
should_use_regex
,compare_or_regex_search
,replace_regex
-
pandas-1.3.3/pandas/core/groupby/groupby.py
(107726 characters, 10889 words)
imported modules:
__future__
,contextlib
,datetime
,functools
,inspect
,textwrap
,types
,typing
,warnings
,pandas._config.config
,pandas._libs
,pandas._typing
,pandas.errors
,pandas.util._decorators
,pandas.core.dtypes.common
,pandas.core.dtypes.missing
,pandas.core
,pandas.core.arrays
,pandas.core.base
,pandas.core.frame
,pandas.core.generic
,pandas.core.groupby
,pandas.core.indexes.api
,pandas.core.internals.blocks
,pandas.core.series
,pandas.core.sorting
,pandas.core.util.numba_
defined classes:
GroupByPlot
,BaseGroupBy
,GroupBy
defined functions:
group_selection_context
,get_groupby
-
pandas-1.3.3/pandas/core/groupby/ops.py
(43428 characters, 4047 words)
imported modules:
__future__
,collections
,functools
,typing
,pandas._libs
,pandas._typing
,pandas.errors
,pandas.util._decorators
,pandas.core.dtypes.cast
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.missing
,pandas.core.arrays
,pandas.core.arrays.boolean
,pandas.core.arrays.floating
,pandas.core.arrays.integer
,pandas.core.arrays.masked
,pandas.core.frame
,pandas.core.generic
,pandas.core.groupby
,pandas.core.indexes.api
,pandas.core.internals
,pandas.core.series
,pandas.core.sorting
defined classes:
WrappedCythonOp
,BaseGrouper
,BinGrouper
,DataSplitter
,SeriesSplitter
,FrameSplitter
defined functions:
_is_indexed_like
,get_splitter
-
pandas-1.3.3/pandas/core/groupby/generic.py
(63112 characters, 5955 words)
imported modules:
__future__
,collections
,functools
,textwrap
,typing
,warnings
,pandas._libs
,pandas._typing
,pandas.util._decorators
,pandas.core.dtypes.common
,pandas.core.dtypes.missing
,pandas.core
,pandas.core.aggregation
,pandas.core.apply
,pandas.core.base
,pandas.core.construction
,pandas.core.frame
,pandas.core.generic
,pandas.core.groupby
,pandas.core.groupby.groupby
,pandas.core.indexes.api
,pandas.core.series
,pandas.core.util.numba_
,pandas.plotting
defined classes:
SeriesGroupBy
,DataFrameGroupBy
defined functions:
generate_property
,pin_allowlisted_properties
-
pandas-1.3.3/pandas/core/groupby/grouper.py
(33693 characters, 3514 words)
imported modules:
__future__
,typing
,warnings
,pandas._typing
,pandas.errors
,pandas.util._decorators
,pandas.core.dtypes.cast
,pandas.core.dtypes.common
,pandas.core.arrays
,pandas.core.frame
,pandas.core.groupby
,pandas.core.groupby.categorical
,pandas.core.indexes.api
,pandas.core.series
,pandas.io.formats.printing
defined classes:
Grouper
,Grouping
defined functions:
get_grouper
,_is_label_like
,_convert_grouper
,_check_deprecated_resample_kwargs
-
pandas-1.3.3/pandas/core/groupby/__init__.py
(301 characters, 25 words)
imported modules:
pandas.core.groupby.generic
,pandas.core.groupby.groupby
,pandas.core.groupby.grouper
-
pandas-1.3.3/pandas/core/groupby/categorical.py
(3820 characters, 444 words)
imported modules:
__future__
,pandas.core.algorithms
,pandas.core.arrays.categorical
,pandas.core.indexes.api
defined functions:
recode_for_groupby
,recode_from_groupby
-
pandas-1.3.3/pandas/core/groupby/base.py
(3426 characters, 338 words)
imported modules:
__future__
,collections
-
pandas-1.3.3/pandas/core/groupby/numba_.py
(4969 characters, 505 words)
imported modules:
__future__
,inspect
,typing
,pandas._typing
,pandas.compat._optional
,pandas.core.util.numba_
defined functions:
validate_udf
,generate_numba_agg_func
,generate_numba_transform_func
-
pandas-1.3.3/pandas/core/sparse/api.py
(118 characters, 11 words)
imported modules:
pandas.core.arrays.sparse
-
pandas-1.3.3/pandas/core/sparse/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/core/internals/api.py
(2526 characters, 269 words)
imported modules:
__future__
,pandas._libs.internals
,pandas._typing
,pandas.core.dtypes.common
,pandas.core.arrays
,pandas.core.construction
,pandas.core.internals.blocks
defined functions:
make_block
,maybe_infer_ndim
-
pandas-1.3.3/pandas/core/internals/ops.py
(5030 characters, 562 words)
imported modules:
__future__
,collections
,typing
,pandas._typing
defined functions:
_iter_block_pairs
,operate_blockwise
,_reset_block_mgr_locs
,_get_same_shape_values
,blockwise_all
-
pandas-1.3.3/pandas/core/internals/blocks.py
(67897 characters, 6819 words)
imported modules:
__future__
,functools
,re
,typing
,warnings
,pandas._libs
,pandas._libs.internals
,pandas._typing
,pandas.util._decorators
,pandas.util._validators
,pandas.core.dtypes.cast
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.generic
,pandas.core.dtypes.inference
,pandas.core.dtypes.missing
,pandas.core.array_algos.putmask
,pandas.core.array_algos.quantile
,pandas.core.array_algos.replace
,pandas.core.array_algos.transforms
,pandas.core.arrays
,pandas.core.arrays._mixins
,pandas.core.base
,pandas.core.construction
,pandas.core.indexers
defined classes:
Block
,EABackedBlock
,ExtensionBlock
,NumpyBlock
,NumericBlock
,NDArrayBackedExtensionBlock
,DatetimeLikeBlock
,DatetimeTZBlock
,ObjectBlock
,CategoricalBlock
defined functions:
maybe_split
,maybe_coerce_values
,get_block_type
,new_block
,check_ndim
,extract_pandas_array
,extend_blocks
,ensure_block_shape
,to_native_types
,external_values
-
pandas-1.3.3/pandas/core/internals/__init__.py
(1603 characters, 118 words)
imported modules:
pandas.core.internals.api
,pandas.core.internals.array_manager
,pandas.core.internals.base
,pandas.core.internals.blocks
,pandas.core.internals.concat
,pandas.core.internals.managers
defined functions:
__getattr__
-
pandas-1.3.3/pandas/core/internals/concat.py
(23789 characters, 2331 words)
imported modules:
__future__
,copy
,itertools
,typing
,pandas._typing
,pandas.util._decorators
,pandas.core.dtypes.cast
,pandas.core.dtypes.common
,pandas.core.dtypes.concat
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.missing
,pandas.core.arrays
,pandas.core.construction
,pandas.core.internals.array_manager
,pandas.core.internals.blocks
,pandas.core.internals.managers
defined classes:
JoinUnit
defined functions:
_concatenate_array_managers
,concat_arrays
,concatenate_managers
,_get_mgr_concatenation_plan
,_concatenate_join_units
,_dtype_to_na_value
,_get_empty_dtype
,_is_uniform_join_units
,_is_uniform_reindex
,_trim_join_unit
,_combine_concat_plans
-
pandas-1.3.3/pandas/core/internals/array_manager.py
(44291 characters, 4199 words)
imported modules:
__future__
,typing
,pandas._libs
,pandas._typing
,pandas.util._validators
,pandas.core.dtypes.cast
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.generic
,pandas.core.dtypes.inference
,pandas.core.dtypes.missing
,pandas.core.array_algos.quantile
,pandas.core.array_algos.take
,pandas.core.arrays
,pandas.core.arrays.sparse
,pandas.core.construction
,pandas.core.indexers
,pandas.core.indexes.api
,pandas.core.internals.base
,pandas.core.internals.blocks
defined classes:
BaseArrayManager
,ArrayManager
,SingleArrayManager
,NullArrayProxy
-
pandas-1.3.3/pandas/core/internals/base.py
(3999 characters, 410 words)
imported modules:
__future__
,typing
,pandas._typing
,pandas.errors
,pandas.core.dtypes.cast
,pandas.core.base
,pandas.core.indexes.api
defined classes:
DataManager
,SingleDataManager
defined functions:
interleaved_dtype
-
pandas-1.3.3/pandas/core/internals/construction.py
(30968 characters, 3246 words)
imported modules:
__future__
,collections
,typing
,warnings
,pandas._libs
,pandas._typing
,pandas.core.dtypes.cast
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.generic
,pandas.core
,pandas.core.arrays
,pandas.core.construction
,pandas.core.indexes.api
,pandas.core.internals.array_manager
,pandas.core.internals.blocks
,pandas.core.internals.managers
defined functions:
arrays_to_mgr
,rec_array_to_mgr
,fill_masked_arrays
,mgr_to_mgr
,ndarray_to_mgr
,_check_values_indices_shape_match
,dict_to_mgr
,nested_data_to_arrays
,treat_as_nested
,_prep_ndarray
,_homogenize
,_extract_index
,reorder_arrays
,_get_names_from_index
,_get_axes
,dataclasses_to_dicts
,to_arrays
,_list_to_arrays
,_list_of_series_to_arrays
,_list_of_dict_to_arrays
,_finalize_columns_and_data
,_validate_or_indexify_columns
,_convert_object_array
-
pandas-1.3.3/pandas/core/internals/managers.py
(67264 characters, 6176 words)
imported modules:
__future__
,collections
,itertools
,typing
,warnings
,pandas._libs.internals
,pandas._typing
,pandas.errors
,pandas.util._validators
,pandas.core.dtypes.cast
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.generic
,pandas.core.dtypes.missing
,pandas.core.arrays._mixins
,pandas.core.arrays.sparse
,pandas.core.construction
,pandas.core.indexers
,pandas.core.indexes.api
,pandas.core.internals.base
,pandas.core.internals.blocks
,pandas.core.internals.ops
defined classes:
BaseBlockManager
,BlockManager
,SingleBlockManager
defined functions:
create_block_manager_from_blocks
,_extract_array
,create_block_manager_from_arrays
,construction_error
,_form_blocks
,_simple_blockify
,_multi_blockify
,_tuples_to_blocks_no_consolidate
,_stack_arrays
,_consolidate
,_merge_blocks
,_fast_count_smallints
,_preprocess_slice_or_indexer
-
pandas-1.3.3/pandas/core/indexes/datetimes.py
(40975 characters, 3993 words)
imported modules:
__future__
,datetime
,operator
,typing
,warnings
,pandas._libs
,pandas._libs.tslibs
,pandas._libs.tslibs.offsets
,pandas._typing
,pandas.errors
,pandas.util._decorators
,pandas.util._exceptions
,pandas.core.dtypes.common
,pandas.core.dtypes.missing
,pandas.core.arrays.datetimes
,pandas.core.indexes.base
,pandas.core.indexes.datetimelike
,pandas.core.indexes.extension
,pandas.core.tools.times
defined classes:
DatetimeIndex
defined functions:
_new_DatetimeIndex
,date_range
,bdate_range
,_time_to_micros
-
pandas-1.3.3/pandas/core/indexes/api.py
(7459 characters, 842 words)
imported modules:
__future__
,textwrap
,pandas._libs
,pandas.errors
,pandas.core.indexes.base
,pandas.core.indexes.category
,pandas.core.indexes.datetimes
,pandas.core.indexes.interval
,pandas.core.indexes.multi
,pandas.core.indexes.numeric
,pandas.core.indexes.period
,pandas.core.indexes.range
,pandas.core.indexes.timedeltas
defined functions:
get_objs_combined_axis
,_get_distinct_objs
,_get_combined_index
,union_indexes
,_sanitize_and_check
,all_indexes_same
-
pandas-1.3.3/pandas/core/indexes/frozen.py
(3109 characters, 326 words)
imported modules:
__future__
,typing
,pandas.core.base
,pandas.io.formats.printing
defined classes:
FrozenList
-
pandas-1.3.3/pandas/core/indexes/extension.py
(13926 characters, 1269 words)
imported modules:
__future__
,typing
,pandas._typing
,pandas.util._decorators
,pandas.util._exceptions
,pandas.core.dtypes.common
,pandas.core.dtypes.generic
,pandas.core.array_algos.putmask
,pandas.core.arrays
,pandas.core.arrays._mixins
,pandas.core.indexers
,pandas.core.indexes.base
,pandas.core.ops
defined classes:
ExtensionIndex
,NDArrayBackedExtensionIndex
defined functions:
inherit_from_data
,inherit_names
,_make_wrapped_comparison_op
,make_wrapped_arith_op
,_wrap_arithmetic_op
,_maybe_unwrap_index
-
pandas-1.3.3/pandas/core/indexes/multi.py
(131514 characters, 12761 words)
imported modules:
__future__
,functools
,sys
,typing
,warnings
,pandas._config
,pandas._libs.hashtable
,pandas._typing
,pandas.errors
,pandas.util._decorators
,pandas.core.dtypes.cast
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.generic
,pandas.core.dtypes.missing
,pandas.core.arrays
,pandas.core.arrays.categorical
,pandas.core.indexers
,pandas.core.indexes.base
,pandas.core.indexes.frozen
,pandas.core.indexes.numeric
,pandas.core.ops.invalid
,pandas.core.sorting
,pandas.io.formats.printing
defined classes:
MultiIndexUIntEngine
,MultiIndexPyIntEngine
,MultiIndex
defined functions:
names_compat
,_lexsort_depth
,sparsify_labels
,_get_na_rep
,maybe_droplevels
,_coerce_indexer_frozen
,_require_listlike
-
pandas-1.3.3/pandas/core/indexes/category.py
(21895 characters, 2004 words)
imported modules:
__future__
,typing
,warnings
,pandas._config
,pandas._typing
,pandas.util._decorators
,pandas.core.dtypes.common
,pandas.core.dtypes.missing
,pandas.core
,pandas.core.arrays.categorical
,pandas.core.construction
,pandas.core.indexes.base
,pandas.core.indexes.extension
defined classes:
CategoricalIndex
-
pandas-1.3.3/pandas/core/indexes/accessors.py
(14594 characters, 1329 words)
imported modules:
__future__
,typing
,warnings
,pandas.core.dtypes.common
,pandas.core.dtypes.generic
,pandas.core.accessor
,pandas.core.arrays
,pandas.core.base
,pandas.core.indexes.datetimes
,pandas.core.indexes.timedeltas
defined classes:
Properties
,DatetimeProperties
,TimedeltaProperties
,PeriodProperties
,CombinedDatetimelikeProperties
-
pandas-1.3.3/pandas/core/indexes/numeric.py
(12055 characters, 1035 words)
imported modules:
__future__
,typing
,warnings
,pandas._typing
,pandas.util._decorators
,pandas.core.dtypes.cast
,pandas.core.dtypes.common
,pandas.core.dtypes.generic
,pandas.core.indexes.base
defined classes:
NumericIndex
,IntegerIndex
,Int64Index
,UInt64Index
,Float64Index
-
pandas-1.3.3/pandas/core/indexes/interval.py
(36264 characters, 3343 words)
imported modules:
__future__
,operator
,textwrap
,typing
,pandas._libs
,pandas._libs.interval
,pandas._libs.tslibs
,pandas._typing
,pandas.errors
,pandas.util._decorators
,pandas.util._exceptions
,pandas.core.dtypes.cast
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.missing
,pandas.core.algorithms
,pandas.core.arrays.interval
,pandas.core.indexers
,pandas.core.indexes.base
,pandas.core.indexes.datetimes
,pandas.core.indexes.extension
,pandas.core.indexes.multi
,pandas.core.indexes.timedeltas
defined classes:
IntervalIndex
defined functions:
_get_next_label
,_get_prev_label
,_new_IntervalIndex
,_is_valid_endpoint
,_is_type_compatible
,interval_range
-
pandas-1.3.3/pandas/core/indexes/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/core/indexes/range.py
(31178 characters, 3124 words)
imported modules:
__future__
,datetime
,operator
,sys
,typing
,warnings
,pandas._libs.lib
,pandas._typing
,pandas.util._decorators
,pandas.util._exceptions
,pandas.core.dtypes.common
,pandas.core.dtypes.generic
,pandas.core
,pandas.core.construction
,pandas.core.indexes.base
,pandas.core.indexes.numeric
,pandas.core.ops.common
defined classes:
RangeIndex
-
pandas-1.3.3/pandas/core/indexes/timedeltas.py
(9176 characters, 899 words)
imported modules:
__future__
,pandas._libs.tslibs
,pandas._typing
,pandas.errors
,pandas.core.dtypes.common
,pandas.core.arrays.timedeltas
,pandas.core.indexes.base
,pandas.core.indexes.datetimelike
,pandas.core.indexes.extension
defined classes:
TimedeltaIndex
defined functions:
timedelta_range
-
pandas-1.3.3/pandas/core/indexes/base.py
(210436 characters, 21216 words)
imported modules:
__future__
,datetime
,functools
,itertools
,operator
,typing
,warnings
,pandas._libs.lib
,pandas._libs.tslibs
,pandas._typing
,pandas.errors
,pandas.util._decorators
,pandas.core.dtypes.cast
,pandas.core.dtypes.common
,pandas.core.dtypes.concat
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.generic
,pandas.core.dtypes.inference
,pandas.core.dtypes.missing
,pandas.core
,pandas.core.accessor
,pandas.core.array_algos.putmask
,pandas.core.arrays
,pandas.core.arrays.datetimes
,pandas.core.arrays.sparse
,pandas.core.base
,pandas.core.construction
,pandas.core.indexers
,pandas.core.indexes.frozen
,pandas.core.ops
,pandas.core.ops.invalid
,pandas.core.sorting
,pandas.core.strings
,pandas.io.formats.printing
defined classes:
Index
defined functions:
_maybe_return_indexers
,disallow_kwargs
,_new_Index
,ensure_index_from_sequences
,ensure_index
,ensure_has_len
,trim_front
,_validate_join_method
,default_index
,maybe_extract_name
,_maybe_cast_data_without_dtype
,get_unanimous_names
,unpack_nested_dtype
,_maybe_try_sort
-
pandas-1.3.3/pandas/core/indexes/period.py
(19698 characters, 1902 words)
imported modules:
__future__
,datetime
,typing
,warnings
,pandas._libs.tslibs
,pandas._libs.tslibs.parsing
,pandas._typing
,pandas.errors
,pandas.util._decorators
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.missing
,pandas.core.arrays.period
,pandas.core.indexes.base
,pandas.core.indexes.datetimelike
,pandas.core.indexes.datetimes
,pandas.core.indexes.extension
,pandas.core.indexes.numeric
defined classes:
PeriodIndex
defined functions:
_new_PeriodIndex
,period_range
-
pandas-1.3.3/pandas/core/indexes/datetimelike.py
(26649 characters, 2502 words)
imported modules:
__future__
,datetime
,typing
,pandas._libs
,pandas._libs.tslibs
,pandas._typing
,pandas.util._decorators
,pandas.core.dtypes.common
,pandas.core.dtypes.concat
,pandas.core.arrays
,pandas.core.arrays.datetimelike
,pandas.core.indexes.base
,pandas.core.indexes.extension
,pandas.core.indexes.numeric
,pandas.core.tools.timedeltas
defined classes:
DatetimeIndexOpsMixin
,DatetimeTimedeltaMixin
-
pandas-1.3.3/pandas/core/arrays/floating.py
(13304 characters, 1362 words)
imported modules:
__future__
,warnings
,pandas._libs
,pandas._typing
,pandas.util._decorators
,pandas.core.dtypes.cast
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.missing
,pandas.core.arrays.numeric
,pandas.core.ops
,pandas.core.tools.numeric
defined classes:
FloatingDtype
,FloatingArray
,Float32Dtype
,Float64Dtype
defined functions:
coerce_to_array
-
pandas-1.3.3/pandas/core/arrays/datetimes.py
(83240 characters, 8114 words)
imported modules:
__future__
,datetime
,typing
,warnings
,pandas._libs
,pandas._libs.arrays
,pandas._libs.tslibs
,pandas.errors
,pandas.core.dtypes.cast
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.generic
,pandas.core.dtypes.missing
,pandas.core.algorithms
,pandas.core.arrays
,pandas.core.arrays._ranges
,pandas.core.arrays.integer
,pandas.core.construction
,pandas.tseries.frequencies
,pandas.tseries.offsets
defined classes:
DatetimeArray
defined functions:
tz_to_dtype
,_field_accessor
,sequence_to_datetimes
,sequence_to_datetimes
,sequence_to_datetimes
,sequence_to_dt64ns
,objects_to_datetime64ns
,maybe_convert_dtype
,_maybe_infer_tz
,_validate_dt64_dtype
,validate_tz_from_dtype
,_infer_tz_from_endpoints
,_maybe_normalize_endpoints
,_maybe_localize_point
,generate_range
-
pandas-1.3.3/pandas/core/arrays/integer.py
(16409 characters, 1621 words)
imported modules:
__future__
,warnings
,pandas._libs
,pandas._typing
,pandas.util._decorators
,pandas.core.dtypes.base
,pandas.core.dtypes.common
,pandas.core.dtypes.missing
,pandas.core.arrays.masked
,pandas.core.arrays.numeric
,pandas.core.ops
,pandas.core.tools.numeric
defined classes:
_IntegerDtype
,IntegerArray
,Int8Dtype
,Int16Dtype
,Int32Dtype
,Int64Dtype
,UInt8Dtype
,UInt16Dtype
,UInt32Dtype
,UInt64Dtype
defined functions:
safe_cast
,coerce_to_array
-
pandas-1.3.3/pandas/core/arrays/string_arrow.py
(30451 characters, 2818 words)
imported modules:
__future__
,collections.abc
,re
,typing
,pandas._libs
,pandas._typing
,pandas.compat
,pandas.util._decorators
,pandas.util._validators
,pandas.core.dtypes.base
,pandas.core.dtypes.common
,pandas.core.dtypes.missing
,pandas.core
,pandas.core.arraylike
,pandas.core.arrays.base
,pandas.core.arrays.boolean
,pandas.core.arrays.integer
,pandas.core.arrays.numeric
,pandas.core.arrays.string_
,pandas.core.indexers
,pandas.core.strings.object_array
defined classes:
ArrowStringArray
defined functions:
_chk_pyarrow_available
-
pandas-1.3.3/pandas/core/arrays/masked.py
(16525 characters, 1659 words)
imported modules:
__future__
,typing
,pandas._libs
,pandas._typing
,pandas.errors
,pandas.util._decorators
,pandas.util._validators
,pandas.core.dtypes.base
,pandas.core.dtypes.common
,pandas.core.dtypes.inference
,pandas.core.dtypes.missing
,pandas.core
,pandas.core.algorithms
,pandas.core.array_algos
,pandas.core.arraylike
,pandas.core.arrays
,pandas.core.indexers
defined classes:
BaseMaskedDtype
,BaseMaskedArray
-
pandas-1.3.3/pandas/core/arrays/numeric.py
(7698 characters, 747 words)
imported modules:
__future__
,datetime
,numbers
,typing
,pandas._libs
,pandas.errors
,pandas.core.dtypes.common
,pandas.core
,pandas.core.arrays.masked
defined classes:
NumericDtype
,NumericArray
-
pandas-1.3.3/pandas/core/arrays/_ranges.py
(6759 characters, 818 words)
imported modules:
__future__
,pandas._libs.lib
,pandas._libs.tslibs
defined functions:
generate_regular_range
,_generate_range_overflow_safe
,_generate_range_overflow_safe_signed
-
pandas-1.3.3/pandas/core/arrays/interval.py
(55341 characters, 5279 words)
imported modules:
__future__
,operator
,operator
,textwrap
,typing
,pandas._config
,pandas._libs
,pandas._libs.interval
,pandas._libs.missing
,pandas._typing
,pandas.util._decorators
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.generic
,pandas.core.dtypes.missing
,pandas.core.algorithms
,pandas.core.arrays.base
,pandas.core.arrays.categorical
,pandas.core.indexers
,pandas.core.indexes.base
,pandas.core.ops
defined classes:
IntervalArray
defined functions:
_maybe_convert_platform_interval
-
pandas-1.3.3/pandas/core/arrays/__init__.py
(1214 characters, 84 words)
imported modules:
pandas.core.arrays.base
,pandas.core.arrays.boolean
,pandas.core.arrays.categorical
,pandas.core.arrays.datetimes
,pandas.core.arrays.floating
,pandas.core.arrays.integer
,pandas.core.arrays.interval
,pandas.core.arrays.masked
,pandas.core.arrays.numpy_
,pandas.core.arrays.period
,pandas.core.arrays.sparse
,pandas.core.arrays.string_
,pandas.core.arrays.string_arrow
,pandas.core.arrays.timedeltas
-
pandas-1.3.3/pandas/core/arrays/_arrow_utils.py
(4333 characters, 387 words)
imported modules:
json
,pyarrow
,pandas.core.arrays.interval
defined classes:
ArrowPeriodType
,ArrowIntervalType
defined functions:
pyarrow_array_to_numpy_and_mask
-
pandas-1.3.3/pandas/core/arrays/categorical.py
(92171 characters, 9188 words)
imported modules:
__future__
,csv
,functools
,operator
,shutil
,typing
,warnings
,pandas._config
,pandas._libs
,pandas._libs.arrays
,pandas._libs.lib
,pandas._typing
,pandas.util._decorators
,pandas.util._validators
,pandas.core.dtypes.cast
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.generic
,pandas.core.dtypes.missing
,pandas.core
,pandas.core.accessor
,pandas.core.algorithms
,pandas.core.arrays._mixins
,pandas.core.base
,pandas.core.indexers
,pandas.core.ops.common
,pandas.core.sorting
,pandas.core.strings.object_array
,pandas.io.formats
defined classes:
Categorical
,CategoricalAccessor
defined functions:
_cat_compare_op
,contains
,_get_codes_for_values
,recode_for_categories
,factorize_from_iterable
,factorize_from_iterables
-
pandas-1.3.3/pandas/core/arrays/numpy_.py
(14530 characters, 1389 words)
imported modules:
__future__
,numbers
,numpy.lib.mixins
,pandas._libs
,pandas._typing
,pandas.core.dtypes.cast
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.missing
,pandas.core
,pandas.core.arraylike
,pandas.core.arrays._mixins
,pandas.core.construction
,pandas.core.strings.object_array
defined classes:
PandasArray
-
pandas-1.3.3/pandas/core/arrays/timedeltas.py
(36972 characters, 3575 words)
imported modules:
__future__
,datetime
,typing
,pandas._libs
,pandas._libs.arrays
,pandas._libs.tslibs
,pandas._libs.tslibs.conversion
,pandas._libs.tslibs.fields
,pandas._libs.tslibs.timedeltas
,pandas._typing
,pandas.core.dtypes.cast
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.generic
,pandas.core.dtypes.missing
,pandas.core
,pandas.core.algorithms
,pandas.core.arrays
,pandas.core.arrays._ranges
,pandas.core.construction
,pandas.core.ops.common
defined classes:
TimedeltaArray
defined functions:
_field_accessor
,sequence_to_td64ns
,ints_to_td64ns
,objects_to_td64ns
,_validate_td64_dtype
-
pandas-1.3.3/pandas/core/arrays/_mixins.py
(13679 characters, 1181 words)
imported modules:
__future__
,functools
,typing
,pandas._libs
,pandas._libs.arrays
,pandas._typing
,pandas.errors
,pandas.util._decorators
,pandas.util._validators
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.missing
,pandas.core
,pandas.core.algorithms
,pandas.core.array_algos.transforms
,pandas.core.arrays.base
,pandas.core.construction
,pandas.core.indexers
,pandas.core.sorting
defined classes:
NDArrayBackedExtensionArray
defined functions:
ravel_compat
-
pandas-1.3.3/pandas/core/arrays/string_.py
(17739 characters, 1564 words)
imported modules:
__future__
,typing
,pandas._config
,pandas._libs
,pandas._libs.arrays
,pandas._typing
,pandas.compat
,pandas.core.dtypes.base
,pandas.core.dtypes.common
,pandas.core
,pandas.core.array_algos
,pandas.core.arrays
,pandas.core.arrays.base
,pandas.core.arrays.floating
,pandas.core.arrays.integer
,pandas.core.construction
,pandas.core.indexers
,pandas.core.missing
defined classes:
StringDtype
,BaseStringArray
,StringArray
-
pandas-1.3.3/pandas/core/arrays/base.py
(51179 characters, 5418 words)
imported modules:
__future__
,operator
,typing
,pandas._libs
,pandas._typing
,pandas.compat
,pandas.errors
,pandas.util._decorators
,pandas.util._validators
,pandas.core.dtypes.cast
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.generic
,pandas.core.dtypes.missing
,pandas.core
,pandas.core.algorithms
,pandas.core.sorting
defined classes:
ExtensionArray
,ExtensionOpsMixin
,ExtensionScalarOpsMixin
-
pandas-1.3.3/pandas/core/arrays/period.py
(36943 characters, 3599 words)
imported modules:
__future__
,datetime
,operator
,typing
,pandas._libs.arrays
,pandas._libs.tslibs
,pandas._libs.tslibs.dtypes
,pandas._libs.tslibs.fields
,pandas._libs.tslibs.offsets
,pandas._libs.tslibs.period
,pandas._typing
,pandas.util._decorators
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.generic
,pandas.core.dtypes.missing
defined classes:
PeriodArray
defined functions:
_field_accessor
,raise_on_incompatible
,period_array
,validate_dtype_freq
,dt64arr_to_periodarr
,_get_ordinal_range
,_range_from_fields
,_make_field_arrays
-
pandas-1.3.3/pandas/core/arrays/datetimelike.py
(64435 characters, 6011 words)
imported modules:
__future__
,datetime
,operator
,typing
,warnings
,pandas._libs
,pandas._libs.tslibs
,pandas._libs.tslibs.fields
,pandas._libs.tslibs.timestamps
,pandas._typing
,pandas.errors
,pandas.util._decorators
,pandas.util._exceptions
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.missing
,pandas.core
,pandas.core.algorithms
,pandas.core.arraylike
,pandas.core.arrays._mixins
,pandas.core.indexers
,pandas.core.ops.common
,pandas.core.ops.invalid
,pandas.tseries
defined classes:
InvalidComparison
,DatetimeLikeArrayMixin
,DatelikeOps
,TimelikeOps
defined functions:
validate_periods
,validate_endpoints
,validate_inferred_freq
,maybe_infer_freq
-
pandas-1.3.3/pandas/core/arrays/boolean.py
(23935 characters, 2403 words)
imported modules:
__future__
,numbers
,typing
,warnings
,pandas._libs
,pandas._typing
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.missing
,pandas.core
,pandas.core.arrays.masked
defined classes:
BooleanDtype
,BooleanArray
defined functions:
coerce_to_array
-
pandas-1.3.3/pandas/core/arrays/sparse/array.py
(54568 characters, 5136 words)
imported modules:
__future__
,collections
,numbers
,operator
,typing
,warnings
,pandas._libs
,pandas._libs.sparse
,pandas._libs.tslibs
,pandas._typing
,pandas.errors
,pandas.core.dtypes.cast
,pandas.core.dtypes.common
,pandas.core.dtypes.generic
,pandas.core.dtypes.missing
,pandas.core.arraylike
,pandas.core.arrays
,pandas.core.arrays.sparse.dtype
,pandas.core.base
,pandas.core.construction
,pandas.core.indexers
,pandas.core.missing
,pandas.core.nanops
defined classes:
SparseArray
defined functions:
_get_fill
,_sparse_array_op
,_wrap_result
,make_sparse
,make_sparse_index
-
pandas-1.3.3/pandas/core/arrays/sparse/accessor.py
(11479 characters, 1161 words)
imported modules:
pandas.compat._optional
,pandas.core.dtypes.cast
,pandas.core.accessor
,pandas.core.arrays.sparse.array
,pandas.core.arrays.sparse.dtype
defined classes:
BaseAccessor
,SparseAccessor
,SparseFrameAccessor
-
pandas-1.3.3/pandas/core/arrays/sparse/__init__.py
(292 characters, 24 words)
imported modules:
pandas.core.arrays.sparse.accessor
,pandas.core.arrays.sparse.array
,pandas.core.arrays.sparse.dtype
-
pandas-1.3.3/pandas/core/arrays/sparse/scipy_sparse.py
(5390 characters, 534 words)
imported modules:
pandas.core.indexes.api
,pandas.core.series
defined functions:
_check_is_partition
,_to_ijv
,sparse_series_to_coo
,coo_to_sparse_series
-
pandas-1.3.3/pandas/core/arrays/sparse/dtype.py
(12155 characters, 1150 words)
imported modules:
__future__
,re
,typing
,warnings
,pandas._typing
,pandas.errors
,pandas.core.dtypes.base
,pandas.core.dtypes.cast
,pandas.core.dtypes.common
,pandas.core.dtypes.missing
defined classes:
SparseDtype
-
pandas-1.3.3/pandas/core/computation/check.py
(301 characters, 27 words)
imported modules:
pandas.compat._optional
-
pandas-1.3.3/pandas/core/computation/api.py
(62 characters, 7 words)
imported modules:
pandas.core.computation.eval
-
pandas-1.3.3/pandas/core/computation/engines.py
(3270 characters, 331 words)
imported modules:
__future__
,abc
,pandas.core.computation.align
,pandas.core.computation.expr
,pandas.core.computation.ops
defined classes:
NumExprClobberingError
,AbstractEngine
,NumExprEngine
,PythonEngine
defined functions:
_check_ne_builtin_clash
-
pandas-1.3.3/pandas/core/computation/ops.py
(16140 characters, 1534 words)
imported modules:
__future__
,datetime
,functools
,operator
,typing
,pandas._libs.tslibs
,pandas.core.dtypes.common
,pandas.core.computation.common
,pandas.core.computation.scope
,pandas.io.formats.printing
defined classes:
UndefinedVariableError
,Term
,Constant
,Op
,BinOp
,Div
,UnaryOp
,MathCall
,FuncNode
defined functions:
_in
,_not_in
,_cast_inplace
,is_term
,isnumeric
-
pandas-1.3.3/pandas/core/computation/expr.py
(24487 characters, 2457 words)
imported modules:
__future__
,ast
,functools
,keyword
,tokenize
,typing
,pandas.compat
,pandas.core.computation.ops
,pandas.core.computation.parsing
,pandas.core.computation.scope
defined classes:
BaseExprVisitor
,PandasExprVisitor
,PythonExprVisitor
,Expr
defined functions:
_rewrite_assign
,_replace_booleans
,_replace_locals
,_compose2
,_compose
,_preparse
,_is_type
,_filter_nodes
,_node_not_implemented
,disallow
,_op_maker
,add_ops
-
pandas-1.3.3/pandas/core/computation/scope.py
(10287 characters, 1122 words)
imported modules:
__future__
,datetime
,inspect
,io
,itertools
,pprint
,struct
,sys
,pandas._libs.tslibs
,pandas.compat.chainmap
defined classes:
Scope
defined functions:
ensure_scope
,_replacer
,_raw_hex_id
,_get_pretty_string
-
pandas-1.3.3/pandas/core/computation/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/core/computation/align.py
(5984 characters, 626 words)
imported modules:
__future__
,functools
,typing
,warnings
,pandas._typing
,pandas.errors
,pandas.core.dtypes.generic
,pandas.core.base
,pandas.core.computation.common
defined functions:
_align_core_single_unary_op
,_zip_axes_from_type
,_any_pandas_objects
,_filter_special_cases
,_align_core
,align_terms
,reconstruct_object
-
pandas-1.3.3/pandas/core/computation/pytables.py
(19551 characters, 1828 words)
imported modules:
__future__
,ast
,functools
,typing
,pandas._libs.tslibs
,pandas.compat.chainmap
,pandas.core.dtypes.common
,pandas.core.computation
,pandas.core.computation.common
,pandas.core.computation.expr
,pandas.core.computation.ops
,pandas.core.construction
,pandas.core.indexes.base
,pandas.io.formats.printing
defined classes:
PyTablesScope
,Term
,Constant
,BinOp
,FilterBinOp
,JointFilterBinOp
,ConditionBinOp
,JointConditionBinOp
,UnaryOp
,PyTablesExprVisitor
,PyTablesExpr
,TermValue
defined functions:
_validate_where
,maybe_expression
-
pandas-1.3.3/pandas/core/computation/common.py
(632 characters, 64 words)
imported modules:
functools
,pandas._config
defined functions:
ensure_decoded
,result_type_many
-
pandas-1.3.3/pandas/core/computation/eval.py
(13416 characters, 1561 words)
imported modules:
__future__
,tokenize
,warnings
,pandas._libs.lib
,pandas.util._validators
,pandas.core.computation.engines
,pandas.core.computation.expr
,pandas.core.computation.ops
,pandas.core.computation.parsing
,pandas.core.computation.scope
,pandas.io.formats.printing
defined functions:
_check_engine
,_check_parser
,_check_resolvers
,_check_expression
,_convert_expression
,_check_for_locals
,eval
-
pandas-1.3.3/pandas/core/computation/expressions.py
(7317 characters, 829 words)
imported modules:
__future__
,operator
,warnings
,pandas._config
,pandas._typing
,pandas.core.computation.check
,pandas.core.ops
defined functions:
set_use_numexpr
,set_numexpr_threads
,_evaluate_standard
,_can_use_numexpr
,_evaluate_numexpr
,_where_standard
,_where_numexpr
,_has_bool_dtype
,_bool_arith_fallback
,evaluate
,where
,set_test_mode
,_store_test_result
,get_test_result
-
pandas-1.3.3/pandas/core/computation/parsing.py
(6286 characters, 751 words)
imported modules:
__future__
,io
,keyword
,token
,tokenize
,typing
defined functions:
create_valid_python_identifier
,clean_backtick_quoted_toks
,clean_column_name
,tokenize_backtick_quoted_string
,tokenize_string
-
pandas-1.3.3/pandas/core/dtypes/api.py
(911 characters, 49 words)
imported modules:
pandas.core.dtypes.common
-
pandas-1.3.3/pandas/core/dtypes/generic.py
(4158 characters, 305 words)
imported modules:
__future__
,typing
defined functions:
create_pandas_abc_type
-
pandas-1.3.3/pandas/core/dtypes/inference.py
(9194 characters, 1081 words)
imported modules:
collections
,numbers
,re
,typing
,pandas._libs
,pandas._typing
defined functions:
is_number
,iterable_not_string
,is_file_like
,is_re
,is_re_compilable
,is_array_like
,is_nested_list_like
,is_dict_like
,is_named_tuple
,is_hashable
,is_sequence
,is_dataclass
,is_inferred_bool_dtype
-
pandas-1.3.3/pandas/core/dtypes/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/core/dtypes/cast.py
(74315 characters, 7538 words)
imported modules:
__future__
,datetime
,functools
,inspect
,typing
,warnings
,pandas._libs
,pandas._libs.tslibs
,pandas._libs.tslibs.timedeltas
,pandas._typing
,pandas.errors
,pandas.util._exceptions
,pandas.util._validators
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.generic
,pandas.core.dtypes.inference
,pandas.core.dtypes.missing
defined functions:
maybe_convert_platform
,is_nested_object
,maybe_box_datetimelike
,maybe_box_native
,maybe_unbox_datetimelike
,_disallow_mismatched_datetimelike
,maybe_downcast_to_dtype
,maybe_downcast_numeric
,maybe_cast_pointwise_result
,maybe_cast_to_extension_array
,ensure_dtype_can_hold_na
,ensure_dtype_can_hold_na
,ensure_dtype_can_hold_na
,maybe_promote
,_maybe_promote_cached
,_maybe_promote
,_ensure_dtype_type
,infer_dtype_from
,infer_dtype_from_scalar
,dict_compat
,infer_dtype_from_array
,maybe_infer_dtype_type
,maybe_upcast
,invalidate_string_dtypes
,coerce_indexer_dtype
,astype_dt64_to_dt64tz
,astype_td64_unit_conversion
,astype_nansafe
,astype_nansafe
,astype_nansafe
,astype_float_to_int_nansafe
,astype_array
,astype_array_safe
,soft_convert_objects
,convert_dtypes
,maybe_infer_to_datetimelike
,maybe_cast_to_datetime
,sanitize_to_nanoseconds
,ensure_nanosecond_dtype
,find_common_type
,construct_2d_arraylike_from_scalar
,construct_1d_arraylike_from_scalar
,maybe_unbox_datetimelike_tz_deprecation
,construct_1d_object_array_from_listlike
,maybe_cast_to_integer_array
,convert_scalar_for_putitemlike
,validate_numeric_casting
,can_hold_element
-
pandas-1.3.3/pandas/core/dtypes/missing.py
(19906 characters, 2099 words)
imported modules:
decimal
,functools
,pandas._config
,pandas._libs
,pandas._libs.tslibs
,pandas._typing
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.generic
,pandas.core.dtypes.inference
defined functions:
isna
,_isna
,_use_inf_as_na
,_isna_array
,_isna_string_dtype
,notna
,isna_compat
,array_equivalent
,_array_equivalent_float
,_array_equivalent_datetimelike
,_array_equivalent_object
,array_equals
,infer_fill_value
,maybe_fill
,na_value_for_dtype
,remove_na_arraylike
,is_valid_na_for_dtype
,isna_all
-
pandas-1.3.3/pandas/core/dtypes/concat.py
(12276 characters, 1376 words)
imported modules:
typing
,pandas._typing
,pandas.core.dtypes.cast
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.generic
,pandas.core.arrays
,pandas.core.arrays.sparse
defined functions:
cast_to_common_type
,concat_compat
,union_categoricals
,_concatenate_2d
,_concat_datetime
-
pandas-1.3.3/pandas/core/dtypes/base.py
(13305 characters, 1462 words)
imported modules:
__future__
,typing
,pandas._libs.hashtable
,pandas._typing
,pandas.errors
,pandas.core.dtypes.generic
defined classes:
ExtensionDtype
,Registry
defined functions:
register_extension_dtype
-
pandas-1.3.3/pandas/core/dtypes/common.py
(47282 characters, 4751 words)
imported modules:
__future__
,typing
,warnings
,pandas._libs
,pandas._libs.tslibs
,pandas._typing
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.generic
,pandas.core.dtypes.inference
defined functions:
ensure_float
,ensure_str
,ensure_python_int
,classes
,classes_and_not_datetimelike
,is_object_dtype
,is_sparse
,is_scipy_sparse
,is_categorical
,is_datetime64_dtype
,is_datetime64tz_dtype
,is_timedelta64_dtype
,is_period_dtype
,is_interval_dtype
,is_categorical_dtype
,is_string_dtype
,is_dtype_equal
,is_any_int_dtype
,is_integer_dtype
,is_signed_integer_dtype
,is_unsigned_integer_dtype
,is_int64_dtype
,is_datetime64_any_dtype
,is_datetime64_ns_dtype
,is_timedelta64_ns_dtype
,is_datetime_or_timedelta_dtype
,is_numeric_v_string_like
,is_datetimelike_v_numeric
,needs_i8_conversion
,is_numeric_dtype
,is_float_dtype
,is_bool_dtype
,is_extension_type
,is_1d_only_ea_obj
,is_1d_only_ea_dtype
,is_extension_array_dtype
,is_ea_or_datetimelike_dtype
,is_complex_dtype
,_is_dtype
,get_dtype
,_is_dtype_type
,infer_dtype_from_object
,_validate_date_like_dtype
,validate_all_hashable
,pandas_dtype
-
pandas-1.3.3/pandas/core/dtypes/dtypes.py
(43364 characters, 4289 words)
imported modules:
__future__
,re
,typing
,pytz
,pandas._libs.interval
,pandas._libs.properties
,pandas._libs.tslibs
,pandas._typing
,pandas.core.dtypes.base
,pandas.core.dtypes.generic
,pandas.core.dtypes.inference
defined classes:
PandasExtensionDtype
,CategoricalDtypeType
,CategoricalDtype
,DatetimeTZDtype
,PeriodDtype
,IntervalDtype
,PandasDtype
-
pandas-1.3.3/pandas/core/util/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/core/util/hashing.py
(9976 characters, 1054 words)
imported modules:
__future__
,itertools
,typing
,pandas._libs
,pandas._libs.hashing
,pandas._typing
,pandas.core.dtypes.common
,pandas.core.dtypes.generic
defined functions:
combine_hash_arrays
,hash_pandas_object
,hash_tuples
,_hash_categorical
,hash_array
,_hash_ndarray
-
pandas-1.3.3/pandas/core/util/numba_.py
(3080 characters, 315 words)
imported modules:
__future__
,types
,typing
,pandas.compat._optional
,pandas.errors
,pandas.util.version
defined functions:
maybe_use_numba
,set_use_numba
,get_jit_arguments
,jit_user_function
-
pandas-1.3.3/pandas/core/window/doc.py
(4182 characters, 499 words)
imported modules:
textwrap
,pandas.core.shared_docs
defined functions:
create_section_header
-
pandas-1.3.3/pandas/core/window/ewm.py
(29406 characters, 2734 words)
imported modules:
__future__
,datetime
,functools
,textwrap
,warnings
,pandas._libs.tslibs
,pandas._typing
,pandas.util._decorators
,pandas.core.dtypes.common
,pandas.core.dtypes.missing
,pandas.core.util.numba_
,pandas.core.window.common
,pandas.core.window.doc
,pandas.core.window.indexers
,pandas.core.window.numba_
,pandas.core.window.online
,pandas.core.window.rolling
defined classes:
ExponentialMovingWindow
,ExponentialMovingWindowGroupby
,OnlineExponentialMovingWindow
defined functions:
get_center_of_mass
,_calculate_deltas
-
pandas-1.3.3/pandas/core/window/rolling.py
(77157 characters, 6921 words)
imported modules:
__future__
,copy
,datetime
,functools
,inspect
,textwrap
,typing
,warnings
,pandas._libs.tslibs
,pandas._typing
,pandas.compat._optional
,pandas.util._decorators
,pandas.core.dtypes.common
,pandas.core.dtypes.generic
,pandas.core.dtypes.missing
,pandas.core.algorithms
,pandas.core.apply
,pandas.core.base
,pandas.core.indexes.api
,pandas.core.internals
,pandas.core.reshape.concat
,pandas.core.util.numba_
,pandas.core.window.common
,pandas.core.window.doc
,pandas.core.window.indexers
,pandas.core.window.numba_
defined classes:
BaseWindow
,BaseWindowGroupby
,Window
,RollingAndExpandingMixin
,Rolling
,RollingGroupby
-
pandas-1.3.3/pandas/core/window/__init__.py
(313 characters, 28 words)
imported modules:
pandas.core.window.ewm
,pandas.core.window.expanding
,pandas.core.window.rolling
-
pandas-1.3.3/pandas/core/window/online.py
(3789 characters, 334 words)
imported modules:
typing
,pandas.compat._optional
,pandas.core.util.numba_
defined classes:
EWMMeanState
defined functions:
generate_online_numba_ewma_func
-
pandas-1.3.3/pandas/core/window/common.py
(5687 characters, 437 words)
imported modules:
collections
,typing
,pandas.core.dtypes.generic
,pandas.core.indexes.api
defined functions:
flex_binary_moment
,zsqrt
,prep_binary
-
pandas-1.3.3/pandas/core/window/numba_.py
(7663 characters, 779 words)
imported modules:
__future__
,functools
,typing
,pandas._typing
,pandas.compat._optional
,pandas.core.util.numba_
defined functions:
generate_numba_apply_func
,generate_numba_ewma_func
,generate_numba_table_func
,generate_manual_numpy_nan_agg_with_axis
-
pandas-1.3.3/pandas/core/window/expanding.py
(20713 characters, 1766 words)
imported modules:
__future__
,textwrap
,typing
,pandas._typing
,pandas.util._decorators
,pandas.core.window.doc
,pandas.core.window.indexers
,pandas.core.window.rolling
defined classes:
Expanding
,ExpandingGroupby
-
pandas-1.3.3/pandas/core/window/indexers.py
(11882 characters, 1254 words)
imported modules:
__future__
,datetime
,pandas._libs.window.indexers
,pandas.util._decorators
,pandas.core.dtypes.common
,pandas.tseries.offsets
defined classes:
BaseIndexer
,FixedWindowIndexer
,VariableWindowIndexer
,VariableOffsetWindowIndexer
,ExpandingIndexer
,FixedForwardWindowIndexer
,GroupbyIndexer
,ExponentialMovingWindowIndexer
-
pandas-1.3.3/pandas/core/strings/object_array.py
(13826 characters, 1367 words)
imported modules:
__future__
,collections.abc
,re
,textwrap
,unicodedata
,pandas._typing
,pandas.core.dtypes.common
,pandas.core.dtypes.missing
,pandas.core.strings.base
defined classes:
ObjectStringArrayMixin
-
pandas-1.3.3/pandas/core/strings/accessor.py
(101659 characters, 10943 words)
imported modules:
__future__
,codecs
,collections.abc
,functools
,re
,typing
,warnings
,pandas._typing
,pandas.util._decorators
,pandas.core.dtypes.common
,pandas.core.dtypes.generic
,pandas.core.dtypes.missing
,pandas.core.base
defined classes:
StringMethods
defined functions:
forbid_nonstring_types
,_map_and_wrap
,cat_safe
,cat_core
,_result_dtype
,_get_single_group_name
,_get_group_names
,str_extractall
-
pandas-1.3.3/pandas/core/strings/__init__.py
(1250 characters, 151 words)
imported modules:
pandas.core.strings.accessor
,pandas.core.strings.base
-
pandas-1.3.3/pandas/core/strings/base.py
(4955 characters, 420 words)
imported modules:
__future__
,abc
,collections.abc
,re
,pandas._typing
defined classes:
BaseStringArrayMethods
-
pandas-1.3.3/pandas/core/reshape/api.py
(429 characters, 42 words)
imported modules:
pandas.core.reshape.concat
,pandas.core.reshape.melt
,pandas.core.reshape.merge
,pandas.core.reshape.pivot
,pandas.core.reshape.reshape
,pandas.core.reshape.tile
-
pandas-1.3.3/pandas/core/reshape/merge.py
(83298 characters, 8178 words)
imported modules:
__future__
,copy
,datetime
,functools
,hashlib
,string
,typing
,warnings
,pandas._libs
,pandas._typing
,pandas.errors
,pandas.util._decorators
,pandas.core.dtypes.common
,pandas.core.dtypes.generic
,pandas.core.dtypes.missing
,pandas
,pandas.core
,pandas.core.arrays
,pandas.core.construction
,pandas.core.frame
,pandas.core.internals
,pandas.core.sorting
defined classes:
_MergeOperation
,_OrderedMerge
,_AsOfMerge
defined functions:
merge
,_groupby_and_merge
,merge_ordered
,merge_asof
,get_join_indexers
,restore_dropped_levels_multijoin
,_asof_function
,_asof_by_function
,_get_cython_type_upcast
,_get_multiindex_indexer
,_get_single_indexer
,_left_join_on_index
,_factorize_keys
,_sort_labels
,_get_join_keys
,_should_fill
,_any
,_validate_operand
,_items_overlap_with_suffix
-
pandas-1.3.3/pandas/core/reshape/util.py
(1662 characters, 195 words)
imported modules:
pandas.core.dtypes.common
defined functions:
cartesian_product
,tile_compat
-
pandas-1.3.3/pandas/core/reshape/reshape.py
(36984 characters, 3674 words)
imported modules:
__future__
,itertools
,typing
,pandas._libs.sparse
,pandas._typing
,pandas.util._decorators
,pandas.core.dtypes.cast
,pandas.core.dtypes.common
,pandas.core.dtypes.dtypes
,pandas.core.dtypes.missing
,pandas.core.arrays
,pandas.core.arrays.categorical
,pandas.core.construction
,pandas.core.frame
,pandas.core.indexes.api
,pandas.core.series
,pandas.core.sorting
defined classes:
_Unstacker
defined functions:
_unstack_multiple
,unstack
,_unstack_frame
,_unstack_extension_series
,stack
,stack_multiple
,_stack_multi_column_index
,_stack_multi_columns
,get_dummies
,_get_dummies_1d
,_reorder_for_extension_array_stack
-
pandas-1.3.3/pandas/core/reshape/tile.py
(21134 characters, 2618 words)
imported modules:
typing
,pandas._libs
,pandas._libs.lib
,pandas.core.dtypes.common
,pandas.core.dtypes.generic
,pandas.core.dtypes.missing
,pandas
defined functions:
cut
,qcut
,_bins_to_cuts
,_coerce_to_type
,_convert_bin_to_numeric_type
,_convert_bin_to_datelike_type
,_format_labels
,_preprocess_for_cut
,_postprocess_for_cut
,_round_frac
,_infer_precision
-
pandas-1.3.3/pandas/core/reshape/pivot.py
(26351 characters, 2646 words)
imported modules:
__future__
,typing
,pandas._typing
,pandas.util._decorators
,pandas.core.dtypes.cast
,pandas.core.dtypes.common
,pandas.core.dtypes.generic
,pandas.core.frame
,pandas.core.groupby
,pandas.core.indexes.api
,pandas.core.reshape.concat
,pandas.core.reshape.util
,pandas.core.series
defined functions:
pivot_table
,__internal_pivot_table
,_add_margins
,_compute_grand_margin
,_generate_marginal_results
,_generate_marginal_results_without_values
,_convert_by
,pivot
,crosstab
,_normalize
,_get_names
,_build_names_mapper
-
pandas-1.3.3/pandas/core/reshape/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/core/reshape/concat.py
(23017 characters, 2336 words)
imported modules:
__future__
,collections
,typing
,pandas._typing
,pandas.util._decorators
,pandas.core.dtypes.concat
,pandas.core.dtypes.generic
,pandas.core.dtypes.missing
,pandas.core.arrays.categorical
,pandas.core.indexes.api
,pandas.core.internals
defined classes:
_Concatenator
defined functions:
concat
,concat
,concat
,_concat_indexes
,_make_concat_multiindex
-
pandas-1.3.3/pandas/core/reshape/melt.py
(18381 characters, 2167 words)
imported modules:
__future__
,re
,typing
,warnings
,pandas.util._decorators
,pandas.core.dtypes.common
,pandas.core.dtypes.concat
,pandas.core.dtypes.missing
,pandas.core.arrays
,pandas.core.indexes.api
,pandas.core.reshape.concat
,pandas.core.reshape.util
,pandas.core.shared_docs
,pandas.core.tools.numeric
defined functions:
melt
,lreshape
,wide_to_long
-
pandas-1.3.3/pandas/core/tools/datetimes.py
(34879 characters, 3938 words)
imported modules:
__future__
,collections
,datetime
,functools
,itertools
,typing
,warnings
,pandas._libs
,pandas._libs.tslibs
,pandas._libs.tslibs.parsing
,pandas._libs.tslibs.strptime
,pandas._typing
,pandas.core.dtypes.common
,pandas.core.dtypes.generic
,pandas.core.dtypes.missing
,pandas.arrays
,pandas.core
,pandas.core.algorithms
,pandas.core.arrays.datetimes
,pandas.core.indexes.base
,pandas.core.indexes.datetimes
defined functions:
_guess_datetime_format_for_array
,should_cache
,_maybe_cache
,_box_as_indexlike
,_convert_and_box_cache
,_return_parsed_timezone_results
,_convert_listlike_datetimes
,_array_strptime_with_fallback
,_to_datetime_with_format
,_to_datetime_with_unit
,_adjust_to_origin
,to_datetime
,to_datetime
,to_datetime
,to_datetime
,_assemble_from_unit_mappings
,_attempt_YYYYMMDD
,to_time
-
pandas-1.3.3/pandas/core/tools/numeric.py
(8023 characters, 908 words)
imported modules:
__future__
,pandas._libs
,pandas.core.dtypes.cast
,pandas.core.dtypes.common
,pandas.core.dtypes.generic
,pandas.core.arrays.numeric
defined functions:
to_numeric
-
pandas-1.3.3/pandas/core/tools/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/core/tools/times.py
(4626 characters, 436 words)
imported modules:
__future__
,datetime
,pandas._libs.lib
,pandas.core.dtypes.generic
,pandas.core.dtypes.missing
defined functions:
to_time
,_guess_time_format_for_array
-
pandas-1.3.3/pandas/core/tools/timedeltas.py
(6484 characters, 771 words)
imported modules:
pandas._libs
,pandas._libs.tslibs
,pandas._libs.tslibs.timedeltas
,pandas.core.dtypes.common
,pandas.core.dtypes.generic
,pandas.core.arrays.timedeltas
defined functions:
to_timedelta
,_coerce_scalar_to_timedelta_type
,_convert_listlike
-
pandas-1.3.3/pandas/core/ops/methods.py
(3687 characters, 312 words)
imported modules:
operator
,pandas.core.dtypes.generic
,pandas.core.ops
defined functions:
_get_method_wrappers
,add_flex_arithmetic_methods
,_create_methods
,_add_methods
-
pandas-1.3.3/pandas/core/ops/dispatch.py
(549 characters, 57 words)
imported modules:
typing
,pandas._typing
,pandas.core.dtypes.generic
defined functions:
should_extension_dispatch
-
pandas-1.3.3/pandas/core/ops/__init__.py
(14163 characters, 1394 words)
imported modules:
__future__
,operator
,typing
,warnings
,pandas._libs.ops_dispatch
,pandas._typing
,pandas.util._decorators
,pandas.core.dtypes.common
,pandas.core.dtypes.generic
,pandas.core.dtypes.missing
,pandas.core
,pandas.core.ops.array_ops
,pandas.core.ops.common
,pandas.core.ops.docstrings
,pandas.core.ops.invalid
,pandas.core.ops.mask_ops
,pandas.core.ops.methods
,pandas.core.roperator
defined functions:
fill_binop
,align_method_SERIES
,flex_method_SERIES
,align_method_FRAME
,should_reindex_frame_op
,frame_arith_method_with_reindex
,_maybe_align_series_as_frame
,flex_arith_method_FRAME
,flex_comp_method_FRAME
-
pandas-1.3.3/pandas/core/ops/docstrings.py
(17704 characters, 2084 words)
imported modules:
__future__
defined functions:
make_flex_doc
-
pandas-1.3.3/pandas/core/ops/missing.py
(5186 characters, 645 words)
imported modules:
operator
,pandas.core.dtypes.common
,pandas.core.ops
defined functions:
fill_zeros
,mask_zero_div_zero
,dispatch_fill_zeros
-
pandas-1.3.3/pandas/core/ops/invalid.py
(1285 characters, 143 words)
imported modules:
operator
defined functions:
invalid_comparison
,make_invalid_op
-
pandas-1.3.3/pandas/core/ops/common.py
(2932 characters, 334 words)
imported modules:
functools
,typing
,pandas._libs.lib
,pandas._typing
,pandas.core.dtypes.generic
defined functions:
unpack_zerodim_and_defer
,_unpack_zerodim_and_defer
,get_op_result_name
,_maybe_match_name
-
pandas-1.3.3/pandas/core/ops/array_ops.py
(16406 characters, 1769 words)
imported modules:
datetime
,functools
,operator
,typing
,pandas._libs
,pandas._libs.tslibs
,pandas._typing
,pandas.core.dtypes.cast
,pandas.core.dtypes.common
,pandas.core.dtypes.generic
,pandas.core.dtypes.missing
,pandas.core.construction
,pandas.core.ops
,pandas.core.ops.dispatch
,pandas.core.ops.invalid
defined functions:
comp_method_OBJECT_ARRAY
,_masked_arith_op
,_na_arithmetic_op
,arithmetic_op
,comparison_op
,na_logical_op
,logical_op
,get_array_op
,maybe_prepare_scalar_for_op
,_bool_arith_check
-
pandas-1.3.3/pandas/core/ops/mask_ops.py
(5059 characters, 663 words)
imported modules:
__future__
,pandas._libs
defined functions:
kleene_or
,kleene_xor
,kleene_and
,raise_for_nan
-
pandas-1.3.3/pandas/_config/config.py
(23699 characters, 2963 words)
imported modules:
__future__
,collections
,contextlib
,re
,typing
,warnings
,pandas._typing
defined classes:
OptionError
,DictWrapper
,CallableDynamicDoc
,option_context
defined functions:
_get_single_key
,_get_option
,_set_option
,_describe_option
,_reset_option
,get_default_val
,register_option
,deprecate_option
,_select_options
,_get_root
,_is_deprecated
,_get_deprecated_option
,_get_registered_option
,_translate_key
,_warn_if_deprecated
,_build_option_description
,pp_options_list
,config_prefix
,is_type_factory
,is_instance_factory
,is_one_of_factory
,is_nonnegative_int
,is_callable
-
pandas-1.3.3/pandas/_config/display.py
(1804 characters, 204 words)
imported modules:
__future__
,locale
,sys
defined functions:
detect_console_encoding
-
pandas-1.3.3/pandas/_config/__init__.py
(669 characters, 66 words)
imported modules:
pandas._config
,pandas._config
,pandas._config.config
,pandas._config.display
-
pandas-1.3.3/pandas/_config/dates.py
(632 characters, 73 words)
-
pandas-1.3.3/pandas/_config/localization.py
(4967 characters, 566 words)
imported modules:
contextlib
,locale
,re
,subprocess
,pandas._config.config
defined functions:
set_locale
,can_set_locale
,_valid_locales
,_default_locale_getter
,get_locales
-
pandas-1.3.3/pandas/api/__init__.py
(103 characters, 15 words)
imported modules:
pandas.api
-
pandas-1.3.3/pandas/api/indexers/__init__.py
(356 characters, 28 words)
imported modules:
pandas.core.indexers
,pandas.core.window.indexers
-
pandas-1.3.3/pandas/api/types/__init__.py
(453 characters, 40 words)
imported modules:
pandas._libs.lib
,pandas.core.dtypes.api
,pandas.core.dtypes.concat
,pandas.core.dtypes.dtypes
-
pandas-1.3.3/pandas/api/extensions/__init__.py
(685 characters, 51 words)
imported modules:
pandas._libs.lib
,pandas.core.dtypes.base
,pandas.core.accessor
,pandas.core.algorithms
,pandas.core.arrays
-
pandas-1.3.3/pandas/_libs/__init__.py
(323 characters, 28 words)
imported modules:
pandas._libs.interval
,pandas._libs.tslibs
-
pandas-1.3.3/pandas/_libs/window/__init__.py
(0 characters, 0 words)
-
pandas-1.3.3/pandas/_libs/tslibs/__init__.py
(1588 characters, 104 words)
imported modules:
pandas._libs.tslibs
,pandas._libs.tslibs.conversion
,pandas._libs.tslibs.dtypes
,pandas._libs.tslibs.nattype
,pandas._libs.tslibs.np_datetime
,pandas._libs.tslibs.offsets
,pandas._libs.tslibs.period
,pandas._libs.tslibs.timedeltas
,pandas._libs.tslibs.timestamps
,pandas._libs.tslibs.timezones
,pandas._libs.tslibs.tzconversion
,pandas._libs.tslibs.vectorized
-
pandas-1.3.3/doc/make.py
(11993 characters, 1030 words)
imported modules:
argparse
,csv
,importlib
,os
,shutil
,subprocess
,sys
,webbrowser
,docutils
,docutils.parsers.rst
defined classes:
DocBuilder
defined functions:
main
-
pandas-1.3.3/doc/sphinxext/announce.py
(4690 characters, 524 words)
imported modules:
codecs
,os
,re
,textwrap
,git
defined functions:
get_authors
,get_pull_requests
,build_components
,build_string
,main
-
pandas-1.3.3/doc/sphinxext/contributors.py
(1722 characters, 160 words)
imported modules:
announce
,docutils
,docutils.parsers.rst
,git
defined classes:
ContributorsDirective
defined functions:
setup
-
pandas-1.3.3/doc/source/conf.py
(25183 characters, 2773 words)
imported modules:
datetime
,importlib
,inspect
,logging
,os
,sys
,jinja2
,numpydoc.docscrape
,sphinx.ext.autosummary
,pandas
,sphinx
,sphinx.util
,sphinx.ext.autodoc
,sphinx.ext.autosummary
defined classes:
AccessorDocumenter
,AccessorLevelDocumenter
,AccessorAttributeDocumenter
,AccessorMethodDocumenter
,AccessorCallableDocumenter
,PandasAutosummary
defined functions:
linkcode_resolve
,remove_flags_docstring
,process_class_docstrings
,process_business_alias_docstrings
,rstjinja
,setup
…
tags: pandas-1.3.3 & category: python