You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
3
3
The pydwt library provides a set of tools for orchestrating tasks of data processing in a directed acyclic graph (DAG). This DAG is composed of tasks that have dependencies between them and can be executed in parallel or sequentially, depending on their dependencies.
4
4
5
+
## Installation
6
+
`pip install pydwt`
7
+
5
8
In this document, we will provide a brief explanation of the main modules of the pydwt library, which are:
6
9
7
10
*`session.py`: module for interacting with a database and creating DataFrame objects to manipulate data.
0 commit comments