api tag

243 questions


1 answers
34 views
0
Save imported data as an Excel

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...

api
2 years ago

1 answers
38 views
0
Setting the Open API Data Time

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...

api
2 years ago

1 answers
100 views
0
Open API data error

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...

2 years ago

1 answers
43 views
0
A simple way to save and rewrite a data frame imported into requests.

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...

2 years ago

1 answers
36 views
0
Is there an OPEN API that can receive data by city, county, and district among the domestic COVID-19 status data APIs?

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...

2 years ago

1 answers
47 views
0
I have a question about using several open api/url.

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-...

2 years ago

1 answers
48 views
0
Android Studio AVD API Connection

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...

2 years ago

1 answers
130 views
0
Recall Python get api function

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...

2 years ago

1 answers
150 views
0
How do I retrieve application data for mobile app ranking/analysis sites?

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...

2 years ago

1 answers
41 views
0
Windows api questions

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...

api
2 years ago
« - 24 - »

© 2024 OneMinuteCode. All rights reserved.