Questions tagged [read-data]

101 questions
-1
votes
1 answer

Combine files in multiple folders into one folder on Mac or read multiple files in different folders simultaneously in R

Is there a quick way on Mac to put thousands of files from different folders into one folder or is there a way for R to read thousands of files in different working directories simultaneously?
Rlearner
  • 27
  • 2
-1
votes
1 answer

How to read specific data in this oddly structured text file? Python

I've been developing a discord bot for the game Counter Strike Global Offensive and upon me trying to widen its features i've come across something i've never seen before. I have been looking for the past 4 hours and can't find anything related…
Truemusic
  • 3
  • 1
-1
votes
2 answers

Read data from a txt file into 2D array python

I'm fairly new to python and I would like to know if I could get some assistance with the problem I'm trying to solve: I would like to design a loop to iterate over every file in the directory and place the data into a 2D array for every file. I…
user3600460
  • 43
  • 1
  • 2
  • 9
-1
votes
3 answers

C++ environment/IDE to avoid multiple reads of big data sets

I am currently working on a big dataset (approximately a billion data points) and I have decided to use C++ over R in particular for convenience in memory allocation. However, there does not seem to exist an equivalent to R Studio for C++ in order…
A Ht
  • 1
-1
votes
1 answer

Not printing all row values in excel sheet in Java

When im trying to read and print all row value from excel sheet,one-row value is not printing, please check the below code File src = new File("C:\\Users\\zuzu\\Desktop\\chat.xlsx"); FileInputStream fis = new FileInputStream(src); XSSFWorkbook wb =…
samkarthick
  • 1
  • 1
  • 6
-2
votes
1 answer

Compare two lines in Fortran

I have a data file with 2 columns. Let's say: column 1 (8,8,8,6,9), reading it as a. column 2 (3,4,5,6,7), reading it as b. I want to write a code checking if a(i)=a(i+1) then b=0. So result should be column 1 as a: (8,8,8,6,7), column 2 as b should…
-2
votes
2 answers

Seleniuim with java: Fetching Excel file data not getting full output on console-

I am trying with the following code to fetch all the data of excel. The number of rows in excel are 5 and columns are 20. PFB below Code package testRunner; import java.io.File; import java.io.FileInputStream; import…
mehak
  • 59
  • 8
-2
votes
1 answer

how to read data from a URL

Is there a anyway to read data from a URL with SSL after with using tie(*SSL, "Net::SSLeay::Handle", $host, $port); my code below my $a = "POST /login.php HTTP/1.1"; my $b = "Host: www.test.com"; my $c = "Connection: close"; my $e =…
Seakleng Say
  • 312
  • 4
  • 10
-3
votes
2 answers

How to store text file line by line into temporary list after specific text

I would like to store line by line from the text file after read it. However, the text that store into the temporary list must be after the ": ". Below is the example of content in my text file: Name: Johny Age: 18 Favourite: Basketball, Food I…
-3
votes
1 answer

python error while i read data from file

If i input data like username = "exampleusername" password = "examplepassword" email = "example@example.com" year = "2018" software work good but i need software read data from file and if do this file = open("data.txt", "r") username =…
-3
votes
1 answer

Smart card Access Speed

Today here many Smart card available but some smart card take 4-5 second for Access data use command APDUs like i am use SLE 4442 its take 5 second to access. I need those Smart card which is access in 1 second no more time take and one thing more…
Ruby Bhullar
  • 5
  • 1
  • 5
1 2 3 4 5 6
7