diff --git a/doc/redirects.csv b/doc/redirects.csv index ef93955c14fe6..a6db4dd975a35 100644 --- a/doc/redirects.csv +++ b/doc/redirects.csv @@ -7,13 +7,10 @@ release,whatsnew/index # getting started install,getting_started/install -10min,getting_started/10min -basics,getting_started/basics comparison_with_r,getting_started/comparison/comparison_with_r comparison_with_sql,getting_started/comparison/comparison_with_sql comparison_with_sas,getting_started/comparison/comparison_with_sas comparison_with_stata,getting_started/comparison/comparison_with_stata -dsintro,getting_started/dsintro overview,getting_started/overview tutorials,getting_started/tutorials @@ -38,6 +35,9 @@ text,user_guide/text timedeltas,user_guide/timedeltas timeseries,user_guide/timeseries visualization,user_guide/visualization +10min,user_guide/10min +basics,user_guide/basics +dsintro,user_guide/dsintro # development contributing,development/contributing diff --git a/doc/source/getting_started/index.rst b/doc/source/getting_started/index.rst index a2f8f79f22ae4..9ac8c58e1d8f2 100644 --- a/doc/source/getting_started/index.rst +++ b/doc/source/getting_started/index.rst @@ -9,8 +9,6 @@ Getting started Installation ------------ -Before you can use pandas, you’ll need to get it installed. - .. raw:: html
-Pandas is part of the `Anaconda
-Pandas can be installed via pip from `PyPI The R programming language provides the The R programming language provides the Already familiar to Already familiar to The The SAS statistical software suite
- also provides the
data.frame
data structure and multiple packages,
+ dataframe
data structure and multiple packages,
such as tidyverse use and extend data.frame
s for convenient data handling
functionalities similar to pandas.
SELECT
, GROUP BY
, JOIN
,...?
+ SELECT
, GROUP BY
, JOIN
, etc.?
Most of these SQL manipulations do have equivalents in pandas.data set
included in the
STATA statistical software suite corresponds
- to the pandas data.frame
. Many of the operations known from STATA have an equivalent
+ to the pandas dataframe
. Many of the operations known from STATA have an equivalent
in pandas.
data set
corresponding to the pandas data.frame
.
- Also vectorized operations, filtering, string processing operations,... from SAS have similar
+ also provides the data set
corresponding to the pandas dataframe
.
+ Also SAS vectorized operations, filtering, string processing operations, and more have similar
functions in pandas.