Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.31 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.31 KB

Python Notebooks

Welcome to the repository of Python notebooks designed to help navigate through different modules and simplify astronomical data analysis with Python.

Contents

  • Tutorial 1: Accessing Astronomical Data with astroquery
    • ADQL Queries: Learn how to use ADQL (Astronomical Data Query Language) for complex data retrieval.
    • Simple Queries: Discover how to perform straightforward queries without using ADQL.
  • Tutorial 2: A short pandas Tutorial
    • Basic Operations: Learn the fundamentals of using pandas for data manipulation, including creating DataFrames, and performing basic operations like appending and accessing individual rows.
  • Tutorial 3: A second short pandas Tutorial
    • Basic Functions: Follow-up tutorial on pandas functions, including concat, merge, group, and more. Also, a quick introduction to importing and exporting data is given.

Getting Started

To get started with the tutorials, you will need Python installed along with Jupyter Notebook. All needed packages will be found in the Notebooks.

Contributing

Contributions are welcome! If you have suggestions for additional tutorials or improvements, please fork the repository and submit a pull request.

Contact

For questions or feedback, please reach out to [email protected].