Below you will find pages that utilize the taxonomy term “pandas”
Posts
Python Enviroment
Anaconda Anaconda(python distributor) anaconda download link
Anaconda is a distribution of the Python and R programming languages that aims to simplify package management and deployment. It was initially released in July 17, 2021 by Continuum analytics under the Freemium license but other editions are SaaS.
Google Colaboratory (Colab) Google Colaboratory Colab allows users to write and execute python code on the browser. It is used by students, DS, AI programmers, and many more due to its ease of use.
Posts
Pandas
Introduction Pandas is an open-source python data analysis library created by Wes McKinney for quantitative finance (hence it’s name pandas from “PANel DAta System”, an econometrics term for data sets that include observations over multiple time periods). It was initially released on January 11th, 2008 and continues to be one of the most popular python tools used when handing data sets nowadays.
Basic Building Blocks 1 dimensional : Series, TimeSeries