Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

622
Views
How can I get stub files for `matplotlib`, `numpy`, `scipy`, `pandas`, etc.?

I know that the stub files for built-in Python library for type checking and static analysis come with mypy or PyCharm installation. How can I get stub files for matplotlib, numpy, scipy, pandas, etc.?

over 4 years ago · Santiago Trujillo
2 answers
Answer question

0

Type stubs are sometimes packaged directly with the library. Otherwise there can be some external libraries to provide them.

Numpy

Starting with numpy 1.20 type stubs will be included in numpy. See this changelog and this PR adding them

Before that they could added with the library https://github.com/numpy/numpy-stubs

Pandas and Matplotlib

There is no official support for these libraries stubs but you can find unofficial stubs in this project: https://pypi.org/project/data-science-types/

You can either install this library as a dependency or copy only the relevant part in the type stubs folder of your project.

over 4 years ago · Santiago Trujillo Report

0

If you are using VSCode and Pylance extension with strict type checking enabled, you can generate stub files automatically by just pressing quickfix option and press "Create Type Stub for "module" "

enter image description here

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!