Search is not available for this dataset
repo_id
stringlengths
12
110
file_path
stringlengths
24
164
content
stringlengths
3
89.3M
__index_level_0__
int64
0
0
public_repos/pandas/ci
public_repos/pandas/ci/deps/actions-311-downstream_compat.yaml
# Non-dependencies that pandas utilizes or has compatibility with pandas objects name: pandas-dev channels: - conda-forge dependencies: - python=3.11 # build dependencies - versioneer[toml] - cython>=0.29.33 - meson[ninja]=1.2.1 - meson-python=0.13.1 # test dependencies - pytest>=7.3.2 - pytest-co...
0
public_repos/pandas/ci
public_repos/pandas/ci/deps/actions-39-minimum_versions.yaml
# Minimum version of required + optional dependencies # Aligned with getting_started/install.rst and compat/_optional.py name: pandas-dev channels: - conda-forge dependencies: - python=3.9 # build dependencies - versioneer[toml] - cython>=0.29.33 - meson[ninja]=1.2.1 - meson-python=0.13.1 # test depen...
0
public_repos/pandas/ci
public_repos/pandas/ci/deps/actions-39.yaml
name: pandas-dev channels: - conda-forge dependencies: - python=3.9 # build dependencies - versioneer[toml] - cython>=0.29.33 - meson[ninja]=1.2.1 - meson-python=0.13.1 # test dependencies - pytest>=7.3.2 - pytest-cov - pytest-xdist>=2.2.0 - pytest-localserver>=0.7.1 - boto3 # required de...
0
public_repos/pandas/ci
public_repos/pandas/ci/deps/actions-311.yaml
name: pandas-dev channels: - conda-forge dependencies: - python=3.11 # build dependencies - versioneer[toml] - cython>=0.29.33 - meson[ninja]=1.2.1 - meson-python=0.13.1 # test dependencies - pytest>=7.3.2 - pytest-cov - pytest-xdist>=2.2.0 - pytest-localserver>=0.7.1 - boto3 # required d...
0
public_repos/pandas/ci
public_repos/pandas/ci/deps/actions-310.yaml
name: pandas-dev channels: - conda-forge dependencies: - python=3.10 # build dependencies - versioneer[toml] - cython>=0.29.33 - meson[ninja]=1.2.1 - meson-python=0.13.1 # test dependencies - pytest>=7.3.2 - pytest-cov - pytest-xdist>=2.2.0 - pytest-localserver>=0.7.1 - boto3 # required d...
0
public_repos/pandas/ci
public_repos/pandas/ci/deps/actions-311-pyarrownightly.yaml
name: pandas-dev channels: - conda-forge dependencies: - python=3.11 # build dependencies - versioneer[toml] - meson[ninja]=1.2.1 - cython>=0.29.33 - meson-python=0.13.1 # test dependencies - pytest>=7.3.2 - pytest-cov - pytest-xdist>=2.2.0 - hypothesis>=6.46.1 # required dependencies - p...
0
public_repos/pandas/ci
public_repos/pandas/ci/deps/actions-pypy-39.yaml
name: pandas-dev channels: - conda-forge dependencies: # TODO: Add the rest of the dependencies in here # once the other plentiful failures/segfaults # with base pandas has been dealt with - python=3.9[build=*_pypy] # build dependencies - versioneer[toml] - cython>=0.29.33 - meson[ninja]=1.2.1 - me...
0
public_repos/pandas
public_repos/pandas/typings/numba.pyi
# pyright: reportIncompleteStub = false from typing import ( Any, Callable, Literal, overload, ) import numba from pandas._typing import F def __getattr__(name: str) -> Any: ... # incomplete @overload def jit(signature_or_function: F) -> F: ... @overload def jit( signature_or_function: str |...
0
public_repos/pandas/tooling
public_repos/pandas/tooling/debug/Dockerfile.pandas-debug
FROM ubuntu:latest RUN apt-get update && apt-get upgrade -y RUN apt-get install -y build-essential git valgrind # cpython dev install RUN git clone -b 3.10 --depth 1 https://github.com/python/cpython.git /clones/cpython RUN apt-get install -y libbz2-dev libffi-dev libssl-dev zlib1g-dev liblzma-dev libsqlite3-dev libr...
0
public_repos/pandas/tooling
public_repos/pandas/tooling/debug/README
The Docker image here helps to set up an isolated environment containing a debug version of Python and a gdb installation which the Cython debugger can work with. If you have internet access, you can pull a pre-built image via ```sh docker pull pandas/pandas-debug ``` To build the image locally, you can do ```sh do...
0
public_repos/pandas
public_repos/pandas/LICENSES/PACKAGING_LICENSE
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, ...
0
public_repos/pandas
public_repos/pandas/LICENSES/PSF_LICENSE
A. HISTORY OF THE SOFTWARE ========================== Python was created in the early 1990s by Guido van Rossum at Stichting Mathematisch Centrum (CWI, see https://www.cwi.nl) in the Netherlands as a successor of a language called ABC. Guido remains Python's principal author, although it includes many contributions f...
0
public_repos/pandas
public_repos/pandas/LICENSES/KLIB_LICENSE
The MIT License Copyright (c) 2008- Attractive Chaos <attractor@live.co.uk> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use...
0
public_repos/pandas
public_repos/pandas/LICENSES/SAS7BDAT_LICENSE
Copyright (c) 2015-2019 Jared Hobbs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, s...
0
public_repos/pandas
public_repos/pandas/LICENSES/MUSL_LICENSE
musl as a whole is licensed under the following standard MIT license: ---------------------------------------------------------------------- Copyright © 2005-2020 Rich Felker, et al. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "...
0
public_repos/pandas
public_repos/pandas/LICENSES/HAVEN_MIT
Based on http://opensource.org/licenses/MIT This is a template. Complete and ship as file LICENSE the following 2 lines (only) YEAR: COPYRIGHT HOLDER: and specify as License: MIT + file LICENSE Copyright (c) <YEAR>, <COPYRIGHT HOLDER> Permission is hereby granted, free of charge, to any person obtaining a copy of...
0
public_repos/pandas
public_repos/pandas/LICENSES/HAVEN_LICENSE
# MIT License Copyright (c) 2019 Hadley Wickham; RStudio; and Evan Miller Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy...
0
public_repos/pandas
public_repos/pandas/LICENSES/NUMPY_LICENSE
Copyright (c) 2005-2023, NumPy Developers. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and...
0
public_repos/pandas
public_repos/pandas/LICENSES/DATEUTIL_LICENSE
Copyright 2017- Paul Ganssle <paul@ganssle.io> Copyright 2017- dateutil contributors (see AUTHORS file) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/license...
0
public_repos/pandas
public_repos/pandas/LICENSES/ULTRAJSON_LICENSE
Developed by ESN, an Electronic Arts Inc. studio. Copyright (c) 2014, Electronic Arts Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright...
0
public_repos/pandas
public_repos/pandas/LICENSES/BOTTLENECK_LICENCE
Copyright (c) 2010-2019 Keith Goodman Copyright (c) 2019 Bottleneck Developers All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice...
0
public_repos/pandas
public_repos/pandas/LICENSES/PYUPGRADE_LICENSE
Copyright (c) 2017 Anthony Sottile Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, su...
0
public_repos/pandas
public_repos/pandas/LICENSES/PYPERCLIP_LICENSE
Copyright (c) 2014, Al Sweigart All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following discl...
0
public_repos/pandas
public_repos/pandas/LICENSES/XARRAY_LICENSE
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the c...
0
public_repos/pandas
public_repos/pandas/doc/redirects.csv
# This file should contain all the redirects in the documentation # in the format `<old_path>,<new_path>` # whatsnew whatsnew,whatsnew/index release,whatsnew/index # getting started install,getting_started/install comparison_with_r,getting_started/comparison/comparison_with_r comparison_with_sql,getting_started/compa...
0
public_repos/pandas
public_repos/pandas/doc/make.py
#!/usr/bin/env python3 """ Python script for building documentation. To build the docs you must have all optional dependencies for pandas installed. See the installation instructions for a list of these. Usage ----- $ python make.py clean $ python make.py html $ python make.py latex """ import argparse im...
0
public_repos/pandas/doc
public_repos/pandas/doc/data/air_quality_long.csv
city,country,date.utc,location,parameter,value,unit Antwerpen,BE,2019-06-18 06:00:00+00:00,BETR801,pm25,18.0,µg/m³ Antwerpen,BE,2019-06-17 08:00:00+00:00,BETR801,pm25,6.5,µg/m³ Antwerpen,BE,2019-06-17 07:00:00+00:00,BETR801,pm25,18.5,µg/m³ Antwerpen,BE,2019-06-17 06:00:00+00:00,BETR801,pm25,16.0,µg/m³ Antwerpen,BE,2019...
0
public_repos/pandas/doc
public_repos/pandas/doc/data/air_quality_no2_long.csv
city,country,date.utc,location,parameter,value,unit Paris,FR,2019-06-21 00:00:00+00:00,FR04014,no2,20.0,µg/m³ Paris,FR,2019-06-20 23:00:00+00:00,FR04014,no2,21.8,µg/m³ Paris,FR,2019-06-20 22:00:00+00:00,FR04014,no2,26.5,µg/m³ Paris,FR,2019-06-20 21:00:00+00:00,FR04014,no2,24.9,µg/m³ Paris,FR,2019-06-20 20:00:00+00:00,F...
0
public_repos/pandas/doc
public_repos/pandas/doc/data/air_quality_no2.csv
datetime,station_antwerp,station_paris,station_london 2019-05-07 02:00:00,,,23.0 2019-05-07 03:00:00,50.5,25.0,19.0 2019-05-07 04:00:00,45.0,27.7,19.0 2019-05-07 05:00:00,,50.4,16.0 2019-05-07 06:00:00,,61.9, 2019-05-07 07:00:00,,72.4,26.0 2019-05-07 08:00:00,,77.7,32.0 2019-05-07 09:00:00,,67.9,32.0 2019-05-07 10:00:0...
0
public_repos/pandas/doc
public_repos/pandas/doc/data/titanic.csv
PassengerId,Survived,Pclass,Name,Sex,Age,SibSp,Parch,Ticket,Fare,Cabin,Embarked 1,0,3,"Braund, Mr. Owen Harris",male,22,1,0,A/5 21171,7.25,,S 2,1,1,"Cumings, Mrs. John Bradley (Florence Briggs Thayer)",female,38,1,0,PC 17599,71.2833,C85,C 3,1,3,"Heikkinen, Miss. Laina",female,26,0,0,STON/O2. 3101282,7.925,,S 4,1,1,"Fut...
0
public_repos/pandas/doc
public_repos/pandas/doc/data/baseball.csv
id,player,year,stint,team,lg,g,ab,r,h,X2b,X3b,hr,rbi,sb,cs,bb,so,ibb,hbp,sh,sf,gidp 88641,womacto01,2006,2,CHN,NL,19,50,6,14,1,0,1,2.0,1.0,1.0,4,4.0,0.0,0.0,3.0,0.0,0.0 88643,schilcu01,2006,1,BOS,AL,31,2,0,1,0,0,0,0.0,0.0,0.0,0,1.0,0.0,0.0,0.0,0.0,0.0 88645,myersmi01,2006,1,NYA,AL,62,0,0,0,0,0,0,0.0,0.0,0.0,0,0.0,0.0,0...
0
public_repos/pandas/doc
public_repos/pandas/doc/data/air_quality_pm25_long.csv
city,country,date.utc,location,parameter,value,unit Antwerpen,BE,2019-06-18 06:00:00+00:00,BETR801,pm25,18.0,µg/m³ Antwerpen,BE,2019-06-17 08:00:00+00:00,BETR801,pm25,6.5,µg/m³ Antwerpen,BE,2019-06-17 07:00:00+00:00,BETR801,pm25,18.5,µg/m³ Antwerpen,BE,2019-06-17 06:00:00+00:00,BETR801,pm25,16.0,µg/m³ Antwerpen,BE,2019...
0
public_repos/pandas/doc
public_repos/pandas/doc/data/air_quality_parameters.csv
id,description,name bc,Black Carbon,BC co,Carbon Monoxide,CO no2,Nitrogen Dioxide,NO2 o3,Ozone,O3 pm10,Particulate matter less than 10 micrometers in diameter,PM10 pm25,Particulate matter less than 2.5 micrometers in diameter,PM2.5 so2,Sulfur Dioxide,SO2
0
public_repos/pandas/doc
public_repos/pandas/doc/data/air_quality_stations.csv
location,coordinates.latitude,coordinates.longitude BELAL01,51.23619,4.38522 BELHB23,51.1703,4.341 BELLD01,51.10998,5.00486 BELLD02,51.12038,5.02155 BELR833,51.32766,4.36226 BELSA04,51.31393,4.40387 BELWZ02,51.1928,5.22153 BETM802,51.26099,4.4244 BETN016,51.23365,5.16398 BETR801,51.20966,4.43182 BETR802,51.20952,4.4317...
0
public_repos/pandas/doc
public_repos/pandas/doc/data/iris.data
SepalLength,SepalWidth,PetalLength,PetalWidth,Name 5.1,3.5,1.4,0.2,Iris-setosa 4.9,3.0,1.4,0.2,Iris-setosa 4.7,3.2,1.3,0.2,Iris-setosa 4.6,3.1,1.5,0.2,Iris-setosa 5.0,3.6,1.4,0.2,Iris-setosa 5.4,3.9,1.7,0.4,Iris-setosa 4.6,3.4,1.4,0.3,Iris-setosa 5.0,3.4,1.5,0.2,Iris-setosa 4.4,2.9,1.4,0.2,Iris-setosa 4.9,3.1,1.5,0.1,I...
0
public_repos/pandas/doc
public_repos/pandas/doc/source/index.rst.template
:notoc: .. pandas documentation master file, created by .. module:: pandas ******************** pandas documentation ******************** **Date**: |today| **Version**: |version| **Download documentation**: `Zipped HTML <pandas.zip>`__ **Previous versions**: Documentation of previous pandas versions is available ...
0
public_repos/pandas/doc
public_repos/pandas/doc/source/conf.py
# # pandas documentation build configuration file, created by # # This file is execfile()d with the current directory set to its containing # dir. # # Note that not all possible configuration values are present in this # autogenerated file. # # All configuration values have a default; values that are commented out # se...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/reference/missing_value.rst
{{ header }} .. _api.missing_value: ============== Missing values ============== .. currentmodule:: pandas NA is the way to represent missing values for nullable dtypes (see below): .. autosummary:: :toctree: api/ :template: autosummary/class_without_autosummary.rst NA NaT is the missing value for timede...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/reference/frame.rst
{{ header }} .. _api.dataframe: ========= DataFrame ========= .. currentmodule:: pandas Constructor ~~~~~~~~~~~ .. autosummary:: :toctree: api/ DataFrame Attributes and underlying data ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ **Axes** .. autosummary:: :toctree: api/ DataFrame.index DataFrame.columns .. aut...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/reference/extensions.rst
{{ header }} .. _api.extensions: ========== Extensions ========== .. currentmodule:: pandas These are primarily intended for library authors looking to extend pandas objects. .. autosummary:: :toctree: api/ api.extensions.register_extension_dtype api.extensions.register_dataframe_accessor api.extension...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/reference/testing.rst
{{ header }} .. _api.testing: ======= Testing ======= .. currentmodule:: pandas .. _api.general.testing: Assertion functions ------------------- .. autosummary:: :toctree: api/ testing.assert_frame_equal testing.assert_series_equal testing.assert_index_equal testing.assert_extension_array_equal Exc...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/reference/indexing.rst
{{ header }} .. _api.indexing: ============= Index objects ============= Index ----- .. currentmodule:: pandas **Many of these methods or variants thereof are available on the objects that contain an index (Series/DataFrame) and those should most likely be used before calling these methods directly.** .. autosumma...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/reference/general_functions.rst
{{ header }} .. _api.general_functions: ================= General functions ================= .. currentmodule:: pandas Data manipulations ~~~~~~~~~~~~~~~~~~ .. autosummary:: :toctree: api/ melt pivot pivot_table crosstab cut qcut merge merge_ordered merge_asof concat get_dummies...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/reference/groupby.rst
{{ header }} .. _api.groupby: ======= GroupBy ======= .. currentmodule:: pandas.api.typing :class:`pandas.api.typing.DataFrameGroupBy` and :class:`pandas.api.typing.SeriesGroupBy` instances are returned by groupby calls :func:`pandas.DataFrame.groupby` and :func:`pandas.Series.groupby` respectively. Indexing, itera...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/reference/options.rst
{{ header }} .. _api.options: ==================== Options and settings ==================== .. currentmodule:: pandas API for configuring global behavior. See :ref:`the User Guide <options>` for more. Working with options -------------------- .. autosummary:: :toctree: api/ describe_option reset_option ...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/reference/style.rst
{{ header }} .. _api.style: ===== Style ===== .. currentmodule:: pandas.io.formats.style ``Styler`` objects are returned by :attr:`pandas.DataFrame.style`. Styler constructor ------------------ .. autosummary:: :toctree: api/ Styler Styler.from_custom_template Styler properties ----------------- .. autos...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/reference/series.rst
{{ header }} .. _api.series: ====== Series ====== .. currentmodule:: pandas Constructor ----------- .. autosummary:: :toctree: api/ Series Attributes ---------- **Axes** .. autosummary:: :toctree: api/ Series.index Series.array Series.values Series.dtype Series.shape Series.nbytes S...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/reference/resampling.rst
{{ header }} .. _api.resampling: ========== Resampling ========== .. currentmodule:: pandas.api.typing :class:`pandas.api.typing.Resampler` instances are returned by resample calls: :func:`pandas.DataFrame.resample`, :func:`pandas.Series.resample`. Indexing, iteration ~~~~~~~~~~~~~~~~~~~ .. autosummary:: :toctre...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/reference/window.rst
{{ header }} .. _api.window: ====== Window ====== :class:`pandas.api.typing.Rolling` instances are returned by ``.rolling`` calls: :func:`pandas.DataFrame.rolling` and :func:`pandas.Series.rolling`. :class:`pandas.api.typing.Expanding` instances are returned by ``.expanding`` calls: :func:`pandas.DataFrame.expanding...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/reference/index.rst
{{ header }} .. _api: ============= API reference ============= This page gives an overview of all public pandas objects, functions and methods. All classes and functions exposed in ``pandas.*`` namespace are public. The following subpackages are public. - ``pandas.errors``: Custom exception and warnings classes t...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/reference/plotting.rst
{{ header }} .. _api.plotting: ======== Plotting ======== .. currentmodule:: pandas.plotting The following functions are contained in the ``pandas.plotting`` module. .. autosummary:: :toctree: api/ andrews_curves autocorrelation_plot bootstrap_plot boxplot deregister_matplotlib_converters lag_...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/reference/io.rst
{{ header }} .. _api.io: ============ Input/output ============ .. currentmodule:: pandas Pickling ~~~~~~~~ .. autosummary:: :toctree: api/ read_pickle DataFrame.to_pickle Flat file ~~~~~~~~~ .. autosummary:: :toctree: api/ read_table read_csv DataFrame.to_csv read_fwf Clipboard ~~~~~~~~~...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/reference/arrays.rst
{{ header }} .. _api.arrays: ====================================== pandas arrays, scalars, and data types ====================================== ******* Objects ******* .. currentmodule:: pandas For most data types, pandas uses NumPy arrays as the concrete objects contained with a :class:`Index`, :class:`Series`,...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/reference/offset_frequency.rst
{{ header }} .. _api.dateoffsets: ============ Date offsets ============ .. currentmodule:: pandas.tseries.offsets DateOffset ---------- .. autosummary:: :toctree: api/ DateOffset Properties ~~~~~~~~~~ .. autosummary:: :toctree: api/ DateOffset.freqstr DateOffset.kwds DateOffset.name Dat...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/development/maintaining.rst
.. _maintaining: ****************** pandas maintenance ****************** This guide is for pandas' maintainers. It may also be interesting to contributors looking to understand the pandas development process and what steps are necessary to become a maintainer. The main contributing guide is available at :ref:`contr...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/development/contributing.rst
.. _contributing: {{ header }} ********************** Contributing to pandas ********************** .. contents:: Table of contents: :local: All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome. .. _contributing.bug_reports: Bug reports and enhancement req...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/development/copy_on_write.rst
.. _copy_on_write_dev: {{ header }} ************* Copy on write ************* Copy on Write is a mechanism to simplify the indexing API and improve performance through avoiding copies if possible. CoW means that any DataFrame or Series derived from another in any way always behaves as a copy. An explanation on how t...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/development/extending.rst
.. _extending: {{ header }} **************** Extending pandas **************** While pandas provides a rich set of methods, containers, and data types, your needs may not be fully satisfied. pandas offers a few options for extending pandas. .. _extending.register-accessors: Registering custom accessors -----------...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/development/community.rst
.. _community: ===================== Contributor community ===================== pandas is a community-driven open source project developed by a large group of `contributors <https://github.com/pandas-dev/pandas/graphs/contributors>`_ and a smaller group of `maintainers <https://pandas.pydata.org/about/team.html>`_. ...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/development/contributing_documentation.rst
.. _contributing_documentation: {{ header }} ================================= Contributing to the documentation ================================= Contributing to the documentation benefits everyone who uses pandas. We encourage you to help us improve the documentation, and you don't have to be an expert on pandas t...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/development/index.rst
{{ header }} .. _development: =========== Development =========== .. If you update this toctree, also update the manual toctree in the main index.rst.template .. toctree:: :maxdepth: 2 contributing contributing_environment contributing_documentation contributing_codebase maintaining ...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/development/internals.rst
.. _internals: {{ header }} ********* Internals ********* This section will provide a look into some of pandas internals. It's primarily intended for developers of pandas itself. Indexing -------- In pandas there are a few objects implemented which can serve as valid containers for the axis labels: * :class:`Inde...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/development/policies.rst
.. _develop.policies: ******** Policies ******** .. _policies.version: Version policy ~~~~~~~~~~~~~~ pandas uses a loose variant of semantic versioning (`SemVer`_) to govern deprecations, API compatibility, and version numbering. A pandas release number is made up of ``MAJOR.MINOR.PATCH``. API breaking changes sh...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/development/developer.rst
.. _developer: {{ header }} .. currentmodule:: pandas ********* Developer ********* This section will focus on downstream applications of pandas. .. _apache.parquet: Storing pandas DataFrame objects in Apache Parquet format --------------------------------------------------------- The `Apache Parquet <https://gi...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/development/contributing_gitpod.rst
.. _contributing-gitpod: Using Gitpod for pandas development =================================== This section of the documentation will guide you through: * using Gitpod for your pandas development environment * creating a personal fork of the pandas repository on GitHub * a quick tour of pandas and VSCode * wor...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/development/debugging_extensions.rst
.. _debugging_c_extensions: {{ header }} ====================== Debugging C extensions ====================== Pandas uses Cython and C/C++ `extension modules <https://docs.python.org/3/extending/extending.html>`_ to optimize performance. Unfortunately, the standard Python debugger does not allow you to step into the...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/development/contributing_codebase.rst
.. _contributing_codebase: {{ header }} ============================= Contributing to the code base ============================= .. contents:: Table of Contents: :local: Code standards -------------- Writing good code is not just about what you write. It is also about *how* you write it. During :ref:`Continuou...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/development/contributing_environment.rst
.. _contributing_environment: {{ header }} ================================== Creating a development environment ================================== To test out code changes, you'll need to build pandas from source, which requires a C/C++ compiler and Python environment. If you're making documentation changes, you ca...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/development/contributing_docstring.rst
.. _docstring: {{ header }} ====================== pandas docstring guide ====================== About docstrings and standards ------------------------------ A Python docstring is a string used to document a Python module, class, function or method, so programmers can understand what it does without having to read...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/_static/question_mark_noback.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) --> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/_static/logo_r.svg
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid" width="724" height="561" viewBox="0 0 724 561"> <defs> <linearGradient id="gradientFill-1" x1="0" x2="1" y1="0" y2="1" gradientUnits="objectBoundingBox" spreadMethod="pad"> <stop offset="0" stop...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/_static/index_contribute.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) --> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/_static/logo_sas.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) by Marsupilami --> <svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.0" width="1024" height="420" viewBox="0 0 129.24898 53.067852" id="svg2320"> <defs id="defs2322"/> ...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/_static/index_user_guide.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) --> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/_static/index_getting_started.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) --> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/_static/logo_sql.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Generated by IcoMoon.io --> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/_static/logo_sas_white.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) by Marsupilami --> <svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.0" width="1024" height="420" viewBox="0 0 129.24898 53.067852" id="svg2320"> <defs id="defs2322"/> ...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/_static/index_api.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) --> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns...
0
public_repos/pandas/doc/source
public_repos/pandas/doc/source/_static/logo_stata.svg
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 415.27 95.89"> <defs> <style> .cls-1 { fill: #135f90; } </style> </defs> <title>stata-logo-blue</title> <g id="Foreground"> <path class="cls-1" d="M94.23,0l-8,21.31H29.3a8,8,0,0,0,0,16H64.93a29.3,29.3,0,0,1,0,58.6H0L8,74.58H64....
0
public_repos/pandas/doc/source/_static
public_repos/pandas/doc/source/_static/css/getting_started.css
/* Getting started pages */ /* data intro */ .gs-data { font-size: 0.9rem; } .gs-data-title { align-items: center; font-size: 0.9rem; } .gs-data-header { background-color: var(--pst-color-on-surface); } .gs-data-list { background-color: var(--pst-color-on-background); } .gs-data-title .badge { margin: ...
0
public_repos/pandas/doc/source/_static
public_repos/pandas/doc/source/_static/css/pandas.css
/* Override some aspects of the pydata-sphinx-theme */ :root { /* Use softer blue from bootstrap's default info color */ --pst-color-info: 23, 162, 184; } table { width: auto; /* Override fit-content which breaks Styler user guide ipynb */ } /* Main index page overview cards */ .intro-card { padding: 30px 1...
0
public_repos/pandas/doc/source/_static
public_repos/pandas/doc/source/_static/spreadsheets/logo_excel.svg
<?xml version="1.0" encoding="UTF-8"?> <!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg version="1.1" id="Livello_1" xmlns:x="http://ns.adobe.com/Extensibility/1.0/" xmln...
0
public_repos/pandas/doc/source/_static
public_repos/pandas/doc/source/_static/schemas/07_pivot.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) --> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns...
0
public_repos/pandas/doc/source/_static
public_repos/pandas/doc/source/_static/schemas/02_io_readwrite.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) --> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns...
0
public_repos/pandas/doc/source/_static
public_repos/pandas/doc/source/_static/schemas/06_reduction.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) --> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns...
0
public_repos/pandas/doc/source/_static
public_repos/pandas/doc/source/_static/schemas/03_subset_rows.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) --> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns...
0
public_repos/pandas/doc/source/_static
public_repos/pandas/doc/source/_static/schemas/05_newcolumn_2.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) --> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns...
0
public_repos/pandas/doc/source/_static
public_repos/pandas/doc/source/_static/schemas/06_groupby_select_detail.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) --> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns...
0
public_repos/pandas/doc/source/_static
public_repos/pandas/doc/source/_static/schemas/03_subset_columns.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) --> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns...
0
public_repos/pandas/doc/source/_static
public_repos/pandas/doc/source/_static/schemas/01_table_dataframe.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) --> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns...
0
public_repos/pandas/doc/source/_static
public_repos/pandas/doc/source/_static/schemas/08_merge_left.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) --> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns...
0
public_repos/pandas/doc/source/_static
public_repos/pandas/doc/source/_static/schemas/03_subset_columns_rows.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) --> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns...
0
public_repos/pandas/doc/source/_static
public_repos/pandas/doc/source/_static/schemas/08_concat_column.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) --> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns...
0
public_repos/pandas/doc/source/_static
public_repos/pandas/doc/source/_static/schemas/06_aggregate.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) --> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns...
0
public_repos/pandas/doc/source/_static
public_repos/pandas/doc/source/_static/schemas/01_table_series.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) --> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns...
0
public_repos/pandas/doc/source/_static
public_repos/pandas/doc/source/_static/schemas/04_plot_overview.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) --> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns...
0
public_repos/pandas/doc/source/_static
public_repos/pandas/doc/source/_static/schemas/07_melt.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) --> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns...
0
public_repos/pandas/doc/source/_static
public_repos/pandas/doc/source/_static/schemas/08_concat_row.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) --> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns...
0
public_repos/pandas/doc/source/_static
public_repos/pandas/doc/source/_static/schemas/06_valuecounts.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) --> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns...
0
public_repos/pandas/doc/source/_static
public_repos/pandas/doc/source/_static/schemas/06_groupby_agg_detail.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) --> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns...
0