# TeslaStudyPython **Repository Path**: gexingdeyun/tesla-study-python ## Basic Information - **Project Name**: TeslaStudyPython - **Description**: No description available - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-21 - **Last Updated**: 2021-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### This is the source location https://gitee.com/gexingdeyun/tesla-study-python/blob/master/.gitee/Tesla-model3-data-ana Lyzer.p ### This is the database source file location https://gitee.com/gexingdeyun/tesla-study-python/blob/master/.gitee/datadb.sql ### This is the location of the imported *.csv file https://gitee.com/gexingdeyun/tesla-study-python/blob/master/.gitee/tesla.csv The project installs mariadb through docker, communicates with database containers through the main system (Linux mint system) through ports. If you want to reproduce, you can open a common database port by installing mariadb or mysql docker container. According to the account number and password of the library container, the *.csv file is imported through the dberver database graphics administrator, the established database name is changed to Tesla, and the form under the database is changed to tesla- model3. That's fine. The project is a learning project.