Подправить мой python код который использует tkinter i matlab
18 USDКод открывает, обрабатывает и визуализирует три файла с данными. Требования предоставлены ниже, а код который я написала прикрепить не получается (сайт не позволяет). Могу выслать в личку. Код должен быть написан используя Jupiter Notebook.
Functional requirements
- A means to load the initial data set (which consists of three CSV files) and translate it into a suitable format, either XML, or JSON or an entity relationship structure (not CSV)
- A means to back up the data in this format using either files or a database. This should preserve the current state of the data when the program is closed, and make it available when the program is reopened.
- A process for cleaning and preparing the initial data set, managing inconsistences, errors, missing values and any specific changes required by the client (see below).
- A graphical user interface(s) for interacting with the data that enables the user to:
- Load and clean an initial data set (from the CV format)
- Load and save a prepared data set (from its translated format)
- Use the prepared data set to generate output and visualisations
- Manipulate the range of values used to generate output and visualisations
- Outputs should not include any data from airports that have a ‘type’ ‘closed’
- The ‘type’ column contains information of the type of airport. Extract this out into a new column, one for each category of airport, for:
- all UK(GB) airports, that are , large_airport, medium_airport, small airport
- join each category, large_airport, medium_airport, small airport
- to the communication frequencies ‘ frequency_mhz’ that the airport uses for communication ensuring that each airport in all categories is correctly matched with its communication frequencies.
- The client initially needs information to generate the following and output the results using appropriate representation:
- Produce the mean, mode and median for the ‘frequency_mhz’
- For large_airport
- For frequencies more than 100 mhz
- The GUI interface provides appropriate feedback to confirm or deny a user’s actions
- The application manages internal and user-generated errors
Technical requirements
- The application is built using Python 3.7.*
- The application uses one or more of the advanced APIs introduced on this module such as: NumPy, pandas, Seaborn, Matplotlib. It should NOT use alternative APIs for this functionality, however Python core libraries can be used to support where applicable, such as support for a database.
- The application runs within the anaconda environment using a Jupyter notebook
- The application or its parts do not run concurrently, do NOT use Python threads
Из предоставленных треюований проекта у меня не получилось следующее:
1. A means to back up the data in this format using either files or a database. This should preserve the current state of the data when the program is closed, and make it available when the program is reopened.
Моя программа открывается и закрывается, но нужно добавить сессии (или другой механизм), чтобы программа была доступна если ее откроют после закрытия.
2. The ‘type’ column contains information of the type of airport. Extract this out into a new column, one for each category of airport, for:
- all UK(GB) airports, that are , large_airport, medium_airport, small airport
- join each category, large_airport, medium_airport, small airport to the communication frequencies ‘ frequency_mhz’ that the airport uses for communication ensuring that each airport in all categories is correctly matched with its communication frequencies.
Как указано выше, нужно скопировать столбик type в airports.csv, и для тех типов которые large_airport или medium_airport или small airport, а также являются аэропортами GB (из столбика ISO COUNTRY) нужно соединить в их frequency_mhz из файла airports-frequencies.csv.
3. Determine if there is any significant correlation between the communication frequencies used by the 3 different categories of airport. ‘Are some frequencies used more than others?’. You will need to select an appropriate visualisation to demonstrate this.
Для требования выше мой код готов наполовину. Нужно создать три scatter plot для того чтобы показать корреляцию между frequency_mhz и категориями "small_airport", "medium_airport", "large_airport" (из колонки TYPE):
a. "small_airport" frequencies VS "medium_airport" frequencies
b. "small_airport" frequencies VS "large_airport" frequencies
c. "medium_airport" frequencies VS "large_airport" frequencies
CVS. файлы (3) и мой код прикреплены.
Ссылка на похожий проект (не точно такой же) в гитхаб:
Applications 1
Client's review of cooperation with Viktoriia M.
Подправить мой python код который использует tkinter i matlabEverything is normal. I couldn’t see the results, so I can’t comment on quality.
-
Присылайте код или ссылку на файл. И напишите, пожалуйста, какие именно правки нужны - что не работает или работает не так, как ожидается.
-
Current freelance projects in the category Data Parsing
Database of websites on WooCommerceIt is necessary to compile a database of Ukrainian online store websites on WooCommerce with the contact information provided on the sites. Only active websites (indicator: updated catalog/content, working domain) Table format - website address, phone number, e-mail. Data Parsing ∙ 1 day 21 hours back ∙ 20 proposals |
Create a dashboard in https://airtable.com/ for the performance of advertising creatives from Facebook ads.Full specification https://docs.google.com/document/d/1_n_oYRNZWYxalUA---DM5AD1b5ZSrtePw5J4G42svGw/edit?usp=sharing Databases & SQL, Data Parsing ∙ 3 days 11 hours back ∙ 17 proposals |
Creation of an Excel file for uploading products to the websites of other partners.I am interested in creating an Excel table with all parameters. Here is the website - https://heiztechnik.com.ua/ And the positions I am interested in to be transferred: Manual boilers: 1) TIS UNI 15-95 kW (10) pcs 2)TIS HARD 150-500 kW (7) pcs Pellet boilers: 1)TIS PELLET… Data Parsing ∙ 3 days 15 hours back ∙ 35 proposals |
A developer is required for parsing the catalog and automating data import.Detailed technical specifications in the attached document Please indicate the estimated cost and timeline in your response Do you have experience working with parsing large catalogs What possible difficulties or limitations do you see in this task Databases & SQL, Data Parsing ∙ 3 days 18 hours back ∙ 40 proposals |
Find a product feed (Google Merchant XML) for a website on OpenCart
16 USD
It is necessary to find a direct link to the active product feed (XML) of a competitor for Google Merchant Center Platform (CMS): OpenCart / ocStore Find the original feedRequirements for the result: Working link to the XML file Python, Data Parsing ∙ 4 days back ∙ 25 proposals |