F&A Diskussionen
Im having an issue working with directories. My issue is with importing .csv files. I use the code indicated in the documenration--pd.read_csv,()--for ipython but i keep getting the error message stating the file does not exist. Any general ideas of what i might be doing wrong?
2 Stimmen
2 AntwortenI dont unserstand the output if this code :
# string formatting
nums = [4, 5, 6]
msg = "Numbers: {0} {0} {2}". format(nums[0], nums[1], nums[2])
print(msg)
4 4 6
but when I do :
# string formatting
nums = [4, 5, 6]
msg = "Numbers: {0} {0} {2}". format(nums[1], nums[1], nums[2])
print(msg)
it gives me
5 5 6
is there a priority in the Reading ?
0 Stimmen
5 Antworteni dont know what should i do
1 Stimme
1 AntwortI got a question
1 Stimme
2 AntwortenWhat's wrong here?
2 Stimmen
1 AntwortWhat's wrong with this code?
1 Stimme
2 AntwortenHow to learn hacking?
-5 Stimmen
3 Antwortenlabels vs including process
0 Stimmen
1 AntwortHELP ME! URI 1323 - C#
-1 Stimme
1 AntwortCan anyone help me to code this
Write a method 'timesTable()' which accepts an integer value num from the keyboard and uses it to print 'times table' of itself in a structured format. Your output must include a header row. For example, if the user enters 5, your program's output should be:
5 Times Table
1 5 5
2 5 10
3 5 15
4 5 20
5 5 25
6 5 30
0 Stimmen
5 AntwortenNeed help with my newsletter
0 Stimmen
2 AntwortenHeute heiร
SQL
3 Votes
HTML/CSS questions
0 Votes
Html
1 Votes
Find courses
0 Votes
How to learn css and html
0 Votes
Certificate Problem
0 Votes