Companies Home Search Profile

Move from Excel to Python with Pandas Course

Focused View

3:29:35

108 View
  • 01-welcome-to-the-course.mp4
    01:45
  • 02-challenges-of-excel.mp4
    01:28
  • 03-where-do-excel-errors-come-from.mp4
    01:46
  • 04-why-python.mp4
    01:25
  • 05-course-topics.mp4
    01:02
  • 06-get-the-source.mp4
    00:09
  • 07-meeting-your-instructor.mp4
    00:34
  • 01-python-concepts-youll-need.mp4
    01:00
  • 02-working-on-windows.mp4
    00:48
  • 03-downloading-miniconda.mp4
    00:11
  • 04-installing-miniconda.mp4
    00:37
  • 05-launching-miniconda.mp4
    00:22
  • 06-creating-a-conda-environment.mp4
    01:51
  • 07-conda-quick-reference.mp4
    00:49
  • 01-getting-organized.mp4
    00:50
  • 02-recommended-file-structure.mp4
    01:00
  • 03-launching-jupyter-notebooks.mp4
    00:20
  • 04-auto-launch-conda-env-with-windows-terminal.mp4
    00:42
  • 05-create-a-project-with-cookiecutter.mp4
    01:04
  • 06-launching-jupyter-notebooks.mp4
    00:58
  • 07-organizing-within-the-notebook.mp4
    00:44
  • 08-data-compatible-with-pandas.mp4
    00:48
  • 09-where-does-excel-fit-in.mp4
    00:39
  • 01-intro-to-pandas.mp4
    00:48
  • 02-pandas-dataframe-vs-excel-worksheets.mp4
    01:12
  • 03-understanding-initial-data-intro.mp4
    00:46
  • 04-demo-understanding-initial-data.mp4
    04:12
  • 05-concept-understanding-your-dataframe.mp4
    00:30
  • 06-working-with-column-names.mp4
    03:13
  • 07-diving-into-the-data.mp4
    02:42
  • 08-working-with-m-ultiple-columns.mp4
    02:59
  • 09-concept-working-with-columns.mp4
    01:11
  • 10-working-with-column-names.mp4
    07:46
  • 11-concept-selecting-rows-and-columns.mp4
    00:47
  • 12-advanced-autocomplete-and-help.mp4
    02:14
  • 01-what-is-data-wrangling.mp4
    00:31
  • 02-pandas-data-types.mp4
    00:58
  • 03-walk-through-of-data-types-in-excel.mp4
    01:44
  • 04-pandas-dt-the-data-time-accessor.mp4
    03:22
  • 05-string-and-math-manipulations.mp4
    04:22
  • 06-concept-filtering-data.mp4
    00:44
  • 07-examples-of-booling-filtering-in-pandas.mp4
    04:38
  • 08-filtering-by-dates.mp4
    03:53
  • 09-concept-filtering-and-cleaning-text-and-dates.mp4
    01:39
  • 01-aggregating-merging-grouping-intro.mp4
    00:59
  • 02-examples-of-aggregation-in-excel.mp4
    01:04
  • 03-examples-of-aggregation-in-pandas.mp4
    08:43
  • 04-concept-pandas-groupby.mp4
    00:36
  • 05-concept-pivot-tables-and-crosstab.mp4
    01:33
  • 06-demo-pivot-table-and-crosstab.mp4
    04:42
  • 07-demo-merging-data-in-excel.mp4
    02:15
  • 08-demo-merging-data-in-pandas.mp4
    05:35
  • 09-concept-appending-data.mp4
    00:30
  • 01-intro-input-output.mp4
    00:29
  • 02-reading-non-tabular-excel-files.mp4
    03:57
  • 03-read-excel-convert-data-types.mp4
    04:52
  • 04-reading-excel-summary.mp4
    00:40
  • 05-demo-simple-excel-save.mp4
    02:29
  • 06-demo-multi-sheet-excel.mp4
    02:06
  • 07-demo-complex-excel-save.mp4
    02:25
  • 08-excel-writer-summary.mp4
    00:25
  • 09-excel-large-file-fail.mp4
    00:45
  • 10-pandas-large-file-success.mp4
    01:56
  • 01-Introduction.mp4
    00:35
  • 02-environment-setup.mp4
    00:43
  • 03-excel-file-intro.mp4
    00:28
  • 04-notebook-setup-file-reading.mp4
    01:27
  • 05-Commission-rate-calc.mp4
    03:59
  • 06-Summary-results-more-questions.mp4
    00:54
  • 07-Combine customer sales rep.mp4
    01:50
  • 08-Cleanup-region.mp4
    02:46
  • 09-Merge-sales-reps.mp4
    02:00
  • 10-cleaned joined file.mp4
    04:32
  • 11-excel file review.mp4
    00:35
  • 12-process review.mp4
    00:31
  • 13-excel-invoice-files.mp4
    00:49
  • 14-excel-customer-invoice-files.mp4
    01:37
  • 15-product-commission-scenarios.mp4
    03:06
  • 16-product-commission-variable-amounts.mp4
    02:46
  • 17-commission-state-adjustments.mp4
    03:18
  • 18-final-excel-report.mp4
    02:11
  • 19-wrapup.mp4
    01:30
  • 01-excel-challenges.mp4
    01:14
  • 02-conda-review.mp4
    00:51
  • 03-file-jupyter-structure.mp4
    01:28
  • 04-dataframe-summary.mp4
    01:05
  • 05-data-wrangling.mp4
    01:25
  • 06-grouping-joining-data.mp4
    01:33
  • 07-file-io.mp4
    00:39
  • 08-practical-example.mp4
    01:16
  • 09-thank-you-next-steps.mp4
    01:02
  • 1-refresher-shape-of-a-program.mp4
    01:25
  • 2-refresher-variables.mp4
    00:50
  • 3-refresher-truthiness.mp4
    01:46
  • 4-refresher-if-else.mp4
    01:24
  • 5-refresher-complex-conditionals.mp4
    01:31
  • 6-refresher-for-in.mp4
    01:40
  • 7-refresher-functions.mp4
    00:59
  • 8-refresher-create-functions.mp4
    01:33
  • 9-refresher-file.mp4
    01:19
  • 10-refresher-import.mp4
    01:59
  • 11-refresher-pypi.mp4
    01:53
  • 12-refresher-pip.mp4
    02:25
  • 13-refresher-virtual-environments.mp4
    03:53
  • 14-refresher-slicing.mp4
    02:53
  • 15-refresher-tuples.mp4
    01:43
  • 16-refresher-named-tuples.mp4
    01:43
  • 17-refresher-class-structure.mp4
    02:00
  • 18-refresher-objects-vs-classes.mp4
    01:44
  • 19-refresher-inheretance.mp4
    01:49
  • 20-refresher-polymorphism.mp4
    00:53
  • 21-refresher-dictionaries.mp4
    02:30
  • 22-refresher-exceptions.mp4
    02:38
  • 23-refresher-lambdas.mp4
    02:08
  • 24-refresher-list-comprehensions.mp4
    02:57
  • 25-refresher-want-more.mp4
    00:46
  • More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Talk Python to Me is a weekly podcast hosted by developer and entrepreneur Michael Kennedy. We dive deep into the popular packages and software developers, data scientists, and incredible hobbyists ...
    • language english
    • Training sessions 116
    • duration 3:29:35
    • English subtitles has
    • Release Date 2023/06/16