ozlemekici / multidimensional_array_filtering

Multidimensional Array Filtering with Numpy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multidimensional Array Filtering


We have defined a 3D, 3x2x4 numpy array. We defined the indexes of this array as floor, apartment and room. Then, with filtering, we extracted the apartment numbers according to the magnets in the kitchens of the apartments in this building.

In this code, with the Numpy library and multidimensional arrays have been worked.

Jupyter Notebook and Python files are available.

About

Multidimensional Array Filtering with Numpy


Languages

Language:Jupyter Notebook 68.4%Language:Python 31.6%