The Wayback Machine - https://web.archive.org/web/20210730191543/https://github.com/topics/anaconda
Skip to content
#

anaconda

Here are 624 public repositories matching this topic...

beckernick
beckernick commented Jul 7, 2021

For feature engineering tasks, I'd like to be able to determine whether a datetime is the beginning or end of a year, like I can in pandas.

import pandas as pds = pd.Series(["2021-02-27", "2020-03-31"], dtype="datetime64[ms]")
s.dt.is_year_end
0    False
1    False
dtype: bool
import pandas as pds = pd.Series(["2021-01-01", "2020-04-01"], dtype="datet

Introduction to Python: Numerical Analysis for Engineers and Scientist. In 2017, Python became the world's most popular programming language. This course covers the basic syntax, linear algebra, plotting, and more to prepare students for solving numerical problems with Python.

  • Updated Jul 29, 2018
  • Jupyter Notebook

Considering the big change that the world is facing, as well as our lives due to the COVID-19, we provide to people and companies a complete open-source tool to analyze the social distancing for streets, parks, offices, and even crowded places like malls, train stations, and others.

  • Updated May 27, 2020
  • Python

Improve this page

Add a description, image, and links to the anaconda topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the anaconda topic, visit your repo's landing page and select "manage topics."

Learn more