Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce "Data Processing" chapter (data-proc) #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions chapters/data-proc/data.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. _data_proc_data:

Date structurate
================

TODO
6 changes: 6 additions & 0 deletions chapters/data-proc/process.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. _data_proc_process:

Sortare, agregare și alte prelucrări
====================================

TODO
6 changes: 6 additions & 0 deletions chapters/data-proc/python.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. _data_proc_python:

Introducere în Python
=====================

TODO
6 changes: 6 additions & 0 deletions chapters/data-proc/select.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. _data_proc_select:

Selectare și (re)formatare. Expresii regulate
=============================================

TODO
6 changes: 6 additions & 0 deletions chapters/data-proc/summary.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. _data_proc_summary:

Sumar de comenzi și secvențe de cod
===================================

TODO
6 changes: 6 additions & 0 deletions chapters/data-proc/tasks.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. _data_proc_tasks:

Exerciții de prelucrare a datelor
=================================

TODO
6 changes: 6 additions & 0 deletions chapters/data-proc/view.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. _data_proc_view:

Vizualizare și conversie
========================

TODO
13 changes: 13 additions & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,19 @@ USO lab book
chapters/improve-cli/improve-shell.rst
chapters/improve-cli/term-multiplexing.rst

.. toctree::
:numbered:
:maxdepth: 3
:caption: Prelucrarea datelor

chapters/data-proc/data.rst
chapters/data-proc/view.rst
chapters/data-proc/select.rst
chapters/data-proc/python.rst
chapters/data-proc/process.rst
chapters/data-proc/summary.rst
chapters/data-proc/tasks.rst


Indices and tables
==================
Expand Down