All Questions

19771 questions


2 answers
288 views
0
I want to combine the data stored in the two txt files and output the data whose columns match.

There are different txt files on the left and right, as shown below.From these two data, I would like to extract only data with matching strings (such as aaa00) and combine the two data to produce out...

1 years ago

1 answers
351 views
0
"Beautiful soup" question!

Hi, everyone.I'm leaving a question because I got stuck while crawling Python.We found a specific class and found the value below.stock = soup3.find('div',{'id':'layout_config_full'})#Result<div cl...

1 years ago

1 answers
371 views
0
Data crawling question!

I'm practicing crawling the store information (store name, address, number) of Goobne Chicken and saving it as a csv fileGoobne Chicken's web structure (tags) is getting stuck because I don't understa...


1 answers
372 views
0
inport error

If you install the textrank and proceed with the import below, from textrank import KeywordSummarizercannot import name 'KeywordSummarizer' from 'textrank'It's written as.It's the same even if I chang...

1 years ago

1 answers
421 views
0
python —Something is wrong with the standard deviation.

Assume you are given an array that shows the following percentages:test=np.array([1.0, 1.0, 1.0, 0.8571428571428571, 0.7142857142857143, 0.8571428571428571, 0.8571428571, 1.0, 1.0]) * 100If you calcul...

1 years ago

1 answers
379 views
0
How to clear CORS and request Rest API in Redmine official Docker

Launched the container from the official Redmine image of Docker.Kick Rest API to Redmine from Vuejs self-made front end.As a result, the following CORS errors occurred:I want to solve this problem.Do...

1 years ago

1 answers
308 views
0
Is it possible to increase the arguments by looping in Python?

I use Python 3.10.2 and selenium.The flow is to enter the product code, scrap the displayed inventory, and save it to CSV, but as the number of products has increased, I would like to change it to loo...

1 years ago

1 answers
370 views
0
This is a language question.

#include <stdio.h>int main(void) { char name[22]; printf (What's your name? ); scanf_s(%s, name, sizeof(name)); int age; printf (How old are you? ); scanf_s(%d, &age); float weight; printf (...

c
1 years ago

2 answers
243 views
0
(c language) Char character duplicate application error question.

I'm studying coding to calculate the width by multiplying the base and height of the triangle and adding continue? at the end.I tried to make it possible to leave the program if I put Y or Y after the...

c
1 years ago

1 answers
443 views
0
I would like to know the algorithm to select the best breakdown of the set products.

I have a request to purchase the product from a customer.I'd like to change that product to the best set of products and buy it at the lowest price.Please let me know if you have a good algorithm.Exam...

1 years ago
« - 86 - »

© 2024 OneMinuteCode. All rights reserved.