join tag

11 questions


1 answers
346 views
0
When joining between python daframes, is it possible to match the included key value instead of the same key value?

When joining between python daframes, is it possible to match the included key value instead of the same key value?For example, DF_A present and DF_B is present.What I want to do is combine two data f...

1 years ago

1 answers
93 views
0
##I have a Python question. Regarding join/merge,

You also want to implement code that runs on ##SQL in Python.Code Running in SQL)Python Code Error)Question) In Python, you want to attach two different tables to each other, but the two columns have ...

2 years ago

2 answers
79 views
0
I have a question about my ql join Help me please. crying

Hello, I am a 21-year-old young man who is working as a service planner and studying mysql.I'm just asking you a question because I couldn't get an answer because I was stuck in the middle of my ql as...

2 years ago

1 answers
71 views
0
Please help me write a SQL statementㅜ

MYINFOID(PK)/CmpID(FK)/NAME/POSITION/PhoneNumber0/1 / Hong Gil-dong 1 / Employee / 010-1234-5678 1/ 1 / Hong Gil-dong 2 / Temple / 010-1234-5678 2/2 / Hong Gil-dong 3 / Temple / 010-1234-5678 3/3 / Ho...

2 years ago

1 answers
79 views
0
Why is it string.join(list), not list.join(string)?

I think when we said we were going to make Hello-world,I think it's better to use it like Source Code 1Why can't source code 1 be executed and should I use source code 2 together?Is there a reason?my_...

2 years ago

1 answers
140 views
0
[Database] I want to create a new table with two different tables and add a property (vertical) value.

I have extracted only the necessary attribute values from the table A and the table B (extracted by Join I would like to make a table by adding extraction as join + new name/other to the new C table.-...


2 answers
76 views
0
Python problem

Function to implement: my_join(delimiter, objects) Use Case seq1 = [Hong Gil-dong, 20, True]seq2 = [Simcheong, None, 3.3]print(my_join('-', seq1) # Hong Gildong-20-Trueprint(my_join('!!', seq2) # Simc...

2 years ago

1 answers
127 views
0
Python join, reduce split space

I'm going to download the process list from cmd to txt and reduce the gap with Python.(tasklist | findstr > a.txt to create a text file.)A list of processes is saved in the following format:sms.exe...

2 years ago

1 answers
145 views
0
When sql select, what should I do if I want to see the general column and the column with the count function applied at the same time?

Table_1 shows the picture belowIt has a number and its corresponding name.And table_2 has numbers.select number, name from table_1Can I check the number and name of table_1 by selecting it as above an...

2 years ago

2 answers
88 views
0
To join a python list element to a certain rule

# Parsing matchalpha_list = [A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P]# After parsing alpha_list = [A, &, B, &, C, &, D, &&, E, &, F, &, G, &, H, &&, I, &...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.