Hi all,
There will be a NumPy Community meeting Wednesday September 25 at 11 am
Pacific Time. Everyone is invited to join in and edit the work-in-
progress meeting topics and notes:
https://hackmd.io/76o-IxCjQX2mOXO_wwkcpg?both
Best wishes
Sebastian
BEGIN:VCALENDAR
PRODID:-//Ximian//NONSGML Evol
I am pleased to announce release 2019.3 of SfePy.
Description
---
SfePy (simple finite elements in Python) is a software for solving systems of
coupled partial differential equations by the finite element method or by the
isogeometric analysis (limited support). It is distributed under t
Hi all,
I am reading large csv file, that has 8.5 million lines and 216 columns using
genfromtxt.
I'm not interested in all of the 216 columns, so I filter them out using the
"usecols" and
"converters" parameters.
That works very well, but in my original large file, all the columns I extrac