map tag

65 questions


2 answers
64 views
0
Kotlin Map Question

I'm studying Kotlin on my own, but I don't understand this part, so I'm asking a questionvar operPriorityMap: Map<Char, Int> = mapOf('(' to 0,'+' '+' to 1,'-' '-' to 1,'*' '*' to 2,'/' '/' to 2)...

2 years ago

1 answers
58 views
0
Python map function question..

I learned in Python that the map function is saved as a list.If so, I want to print out elements from the list created by the map function, but I get an error.Is there any other way I don't know?num, ...

2 years ago

3 answers
49 views
0
What is a good code for counting the same value values in Python list-map data?

origin = [ {'pk':1, 'attr':'MAN'}, {'pk':1, 'attr':'WOMAN'}, {'pk':1, 'attr':'BOY'}, {'pk':1, 'attr':'MAN'}, {'pk':1, 'attr':'MAN'}, {'pk':2, 'attr':'MAN'},]result = [ {'pk':1, 'MAN':3, 'WOMAN':1, 'BO...

2 years ago

1 answers
79 views
0
Jupiter address latitude translation code error AttributeError: 'NoneType' object has no attribute 'latitude'

https://wonhwa.tistory.com/29?category=996516Based on this post, I touched that it was the first code in my life.With the help of my friend, I set the environmentimport pandas as pdcsv = pd.read_csv('...

2 years ago

1 answers
117 views
0
Click on Android Studio Google Map Marker

I want to get the num value of the marker when I click on the marker in for and put it in putxtra, so please help me how to get the num value.

« - 7 -

© 2024 OneMinuteCode. All rights reserved.