/ds

data science

Primary LanguagePLpgSQLMIT LicenseMIT

ds

data science

phpmyadmin

alter user 'root'@'localhost' identified with mysql_native_password by 'password'

http://localhost/phpmyadmin

    user=root
    pass=123

airflow

required python==3.8 pip install "apache-airflow[celery]==2.9.0" --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.9.0/constraints-3.8.txt"

https://airflow.apache.org/docs/apache-airflow/stable/start.html

references

https://www.youtube.com/@CodeWithYu/videos

https://github.com/PacktPublishing/Interactive-Dashboards-and-Data-Apps-with-Plotly-and-Dash/tree/master

python3 -m pip install mysql-connector-python==8.0.31