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

anaconda

Here are 621 public repositories matching this topic...

esnvidia
esnvidia commented Jun 15, 2021

Describe the bug
Clipping a DataFrame or Series using ints causes a cudf Failure because it won't handle the different dtypes (int and float)

Steps/Code to reproduce bug

data = cudf.Series([-0.43, 0.1234, 1.5, -1.31])
data.clip(0, 1)

...
  File "cudf/_lib/replace.pyx", line 216, in cudf._lib.replace.clip
  File "cudf/_lib/replace.pyx", line 198, in cudf._lib.replace.clamp

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