Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~10.5K People Reached
Favorite Forums
Favorite Tags
Member Avatar for g_amanu

if a file that has multiple columns, like [CODE]1 7 3 8 5 6 3 4 5 6 7 8 1 7 6 4 4 3[/CODE] i want to read the first row and see if there numbers that are grater than 6. Then add that number to all the …

Member Avatar for TrustyTony
0
156
Member Avatar for g_amanu

i have a folder that contains csv excel files that have numbers in the first column labeled 'x', second column label'y', and third column labeled'z'. i was trying to take all of the numbers in the x and calculate the averages and std, take all the numbers in the y …

Member Avatar for g_amanu
0
7K
Member Avatar for g_amanu

my excel files have more than a 1000 numbers under the columns that are labeled x, y, z for each excel file. i was trying to print the x, y, and z values for all of the excel files in to a single excel file(Trying_excel.xls)that would have all of the …

Member Avatar for g_amanu
0
2K
Member Avatar for g_amanu

im trying to calculate the average and std for x, y, and z column for about 50 excel files that i saved in a folder. each excel files has x values in the first column, y in the second, and z in the third column. im using this script, but …

Member Avatar for Gribouillis
0
1K
Member Avatar for NimmyJoby
Re: Xlrd

Hi All, >I am new to using python > By using the below code am not getting the complete path of the file > > <script language="javascript" type="text/javascript"> > function getvaluetxt() > { > var str = > document.getElementById('file').value; > alert(str); > } > </script> > <body> > <form action="/" …

Member Avatar for g_amanu
-1
153
Member Avatar for g_amanu

i have about a 1000 excel files that have data sets.it was collected from about a 20 patients. so i have a script that reads data sets for each patient from all of the excel files. im having trouble printing the values in separate excel files that each file represents …

Member Avatar for peter_budo
0
447