243 questions
Hi, everyoneWhile studying Open API, I made a code and tried to save it as ExcelAs far as I know, it is usually stored using the to_excel functionI'm asking if I have to make a separate data frame for...
Hello, I'm studying open API data, and even if I google it, it doesn't print as I want, so I'm asking you a question.The source code is the actual water temperature code provided by the Korea Maritime...
Hello, while studying the weather data of the Korea Meteorological Administration, this time I'm going to retrieve the data from the National Water Resources Management System (WAMIS) and save it as a...
We created a function that calls api and saves it in dataframe format as follows:I want to save the returned df value somewhere else and use it when creating another function.What's the way? I don't w...
When I visited the sites of each city, county, and district, they showed the current status of COVID-19.Where can I get the COVID-19 OPEN API, which is statistical by city, county, and district?It was...
import osimport sysimport urllib.requestimport datetimeimport timeimport json#from config import *# # [CODE 1]def get_request_url(url): req = urllib.request.Request(url) req.add_header(X-Naver-Client-...
Hello, seniors. I would like to ask a question about API connection at Android Studio AVD.Currently, the application I'm making uses YouTube, Google Map, and public data API.This is being developed by...
https://binance-docs.github.io/apidocs/futures/en/#long-short-ratioTo load data from here GET /futures/data/globalLongShortAccountRatioIt says so, how should I write the code?I'm asking based on symbo...
Sites such as mobile app ranking/analysis site Gevolution (http://www.gevolution.co.kr/) seem to have imported application data, not one by one by one by one by the editor, but is there a way to retri...
Problems processing keyboard messagesI executed the code for processing by entering the enter key, but the result is slightly different.When you enter the enter key, you change the line, but all the p...
« | - 24 - | » |
© 2024 OneMinuteCode. All rights reserved.