Giter Site home page Giter Site logo

course-spark-ds's Introduction

Course Spark DS

Resources for course: "Python and Spark for Data Science" at Fligoo.

Description

This course will be taught during the working time at Fligoo as a disclosure of the work done in Data Science projects, and its goal is to introduce the main content of Apache Spark to learn how to correctly use it to manipulate data with Python.

Classes: Wed & Fri 2:30PM to 3:30PM UTC-3

Lecturers:

Scope

  • Use of PySpark
  • RDD operations
  • DataFrame API
  • Pandas UDF
  • Basic configuration
  • Build data pipelines

Dependencies

The workspace of this course is designed for Python 3.5+ and its main dependencies are Apache Spark and Pandas. The rest of them are listed in requirements.txt (at least the essential ones).

Setup

Docker

To install Docker, here are some guides for each OS:

To run a Docker container to setup an environment ready to be used through Jupyter notebooks, follow these instructions:

# Steps:
# 1) Build container (just once)
# $ docker build -f Dockerfile -t sparkds .
# 2) Run container (every time needed)
# $ docker run -d -p 8888:8888 --name sparkds sparkds:latest
# -> On browser go to http://localhost:8888 and access with password 'sparkds123'
# 3) Access to bash of container
# $ docker exec -it sparkds bash
# 4) Stop container
# $ docker stop sparkds

Resources

course-spark-ds's People

Contributors

leferrad avatar wilsonhintz avatar

Watchers

James Cloos avatar  avatar  avatar  avatar

Forkers

wilsonhintz

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.