* Cantinho Satkeys

Refresh History
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    Hoje às 11:43
  • j.s.: [link]
    05 de Julho de 2025, 16:31
  • j.s.: dgtgtr a todos  4tj97u<z
    05 de Julho de 2025, 16:31
  • j.s.: h7t45 ao convidado de Honra batatinha pela sua ajuda
    05 de Julho de 2025, 16:30
  • FELISCUNHA: ghyt74  pessoal   4tj97u<z
    04 de Julho de 2025, 11:58
  • JPratas: dgtgtr Pessoal  101041 Vamos Todos Ajudar na Manutenção do Forum, Basta 1 Euro a Cada Um  43e5r6
    03 de Julho de 2025, 19:02
  • cereal killa: Todos os anos e preciso sempre a pedir esmolas e um simples gesto de nem que seja 1€ que fosse dividido por alguns ajudava, uma coisa e certa mesmo continuando isto vai levar volta a como se tem acesso aos tópicos, nunca se quis implementar esta ideia mas quem não contribuir e basta 1 € por ano não terá acesso a sacar nada, vamos ver desenrolar disto mais ate dia 7,finalmente um agradecimento em nome do satkeys a quem já fez a sua doação, obrigada
    03 de Julho de 2025, 15:07
  • m1957: Por favor! Uma pequena ajuda, não deixem que o fórum ecerre. Obrigado!
    03 de Julho de 2025, 01:10
  • j.s.: [link]
    02 de Julho de 2025, 21:09
  • j.s.: h7t45 ao membro anónimo pela sua ajuda  49E09B4F
    02 de Julho de 2025, 21:09
  • j.s.: dgtgtr a todos  4tj97u<z
    01 de Julho de 2025, 17:18
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    29 de Junho de 2025, 11:59
  • m1957: Foi de boa vontade!
    28 de Junho de 2025, 00:39
  • j.s.: passem f.v. por aqui [link]    h7t45
    27 de Junho de 2025, 17:20
  • j.s.: renovamos o nosso pedido para uma pequena ajuda para pagemento  do nosso forum
    27 de Junho de 2025, 17:19
  • j.s.: h7t45 aos convidados de honra Felizcunha e M1957 pela ajuda
    27 de Junho de 2025, 17:15
  • j.s.: dgtgtr a todos  4tj97u<z
    27 de Junho de 2025, 17:13
  • FELISCUNHA: ghyt74  pessoal  4tj97u<z
    27 de Junho de 2025, 11:51
  • JPratas: try65hytr A Todos  classic k7y8j0
    27 de Junho de 2025, 04:35
  • m1957: Por favor vaamos todos dar uma pequena ajuda, para não deixar encerrar o fórum! Obrigado.
    26 de Junho de 2025, 23:45

Autor Tópico: Data Manipulation in Python A Pandas Crash Course  (Lida 315 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • Karma: +0/-0
Data Manipulation in Python A Pandas Crash Course
« em: 28 de Março de 2020, 04:35 »

Data Manipulation in Python: A Pandas Crash Course
.MP4, AVC, 1280x720, 30 fps | English, AAC, 2 Ch | 8h 47m | 3.11 GB
Instructors: Samuel Hinton, Kirill Eremenko, Hadelin de Ponteves, SuperDataScience Team

Learn how to use Python and Pandas for data analysis and data manipulation. Transform, clean and merge data with Python.

What you'll learn

Visualise data using methods from histograms to dimensionality reduction.
Create, save and serialise data frames in and out of multiple formats.
Clean and format data easily.
Detect and intelligently fill missing values.
Group, aggregate and summarise your data.
Merge data sources into a beautiful whole.
Pivot and cross-tabulate data like a pro.
Intersplice, summarise and investigate time series data.
Seamlessly work with data from different time zones.
Learn the common pitfalls and traps that ensnare beginners and how to avoid them.

Requirements

Basic knowledge of Python

 
        In the real-world, data is anything but clean, which is why Python libraries like Pandas are so valuable.

If data manipulation is setting your data analysis workflow behind then this course is the key to taking your power back.

Own your data, don't let your data own you!

When data manipulation and preparation accounts for up to 80% of your work as a data scientist, learning data munging techniques that take raw data to a final product for analysis as efficiently as possible is essential for success.

Data analysis with Python library Pandas makes it easier for you to achieve better results, increase your productivity, spend more time problem-solving and less time data-wrangling, and communicate your insights more effectively.

This course prepares you to do just that!

With Pandas DataFrame, prepare to learn advanced data manipulation, preparation, sorting, blending, and data cleaning approaches to turn chaotic bits of data into a final pre-analysis product. This is exactly why Pandas is the most popular Python library in data science and why data scientists at Google, Facebook, JP Morgan, and nearly every other major company that analyzes data use Pandas.

If you want to learn how to efficiently utilize Pandas to manipulate, transform, pivot, stack, merge and aggregate your data for preparation of visualization, statistical analysis, or machine learning, then this course is for you.

Here's what you can expect when you enrolled with your instructor, Ph.D. Samuel Hinton:

Learn common and advanced Pandas data manipulation techniques to take raw data to a final product for analysis as efficiently as possible.
Achieve better results by spending more time problem-solving and less time data-wrangling.
Learn how to shape and manipulate data to make statistical analysis and machine learning as simple as possible.
Utilize the latest version of Python and the industry-standard Pandas library.

Performing data analysis with Python's Pandas library can help you do a lot, but it does have its downsides. And this course helps you beat them head-on:

1. Pandas has a steep learning curve: As you dive deeper into the Pandas library, the learning slope becomes steeper and steeper. This course guides beginners and intermediate users smoothly into every aspect of Pandas.

2. Inadequate documentation: Without proper documentation, it's difficult to learn a new library. When it comes to advanced functions, Pandas documentation is rarely helpful. This course helps you grasp advanced Pandas techniques easily and saves you time in searching for help.

After this course, you will feel comfortable delving into complex and heterogeneous datasets knowing with absolute confidence that you can produce a useful result for the next stage of data analysis.

Here's a closer look at the curriculum:

Loading and creating Pandas DataFrames
Displaying your data with basic Descriptions, and 1D, 2D and multidimensional visualizations.
Performing basic DataFrame manipulations: indexing, labeling, ordering slicing, filtering and more.
Performing advanced Pandas DataFrame manipulations: multiIndexing, stacking, hierarchical indexing, pivoting, melting and more.
Carrying out DataFrame grouping: aggregation, imputation, and more.
Mastering time series manipulations: reindexing, resampling, rolling functions, method chaining and filtering, and more.
Merging Pandas DataFrames

Lastly, this course is packed with a cheatsheet and practical exercises that are based on real-life examples. So not only will                                                                                                                                                                                                       you learn the theory, but you will also get some hands-on practice with Pandas too.   

Who this course is for:

Python students that want to learn how to manipulate data professionally.
Aspiring data analysts and scientists looking to upgrade their skillset.
People who would prefer to spend more time solving interesting problems than formatting data.
Old hands at programming that want to see what new methods and industry-leading tools are at their fingertips in the new decade.

Download link:
Só visivel para registados e com resposta ao tópico.

Only visible to registered and with a reply to the topic.

Links are Interchangeable - No Password - Single Extraction