Top "Import" questions

The general process of moving data from an external source into one's platform, program, or data set.

How do I import a CSV file in R?

I have a .csv file in my workstation. How can I open that file in R and do statistical calculation?

r csv import
Extend a java class from one file in another java file

How can I include one java file into another java file? For example: If I have 2 java file one is …

java import include
Mongoimport of json file

I have a json file consisting of about 2000 records. Each record which will correspond to a document in the mongo …

json mongodb import mongoimport
Android Studio suddenly cannot resolve symbols

Android Studio 0.4.2 was working fine and today I opened it and almost everything was red and the auto-completion had stopped …

android import gradle android-studio
How to import data from text file to mysql database

I have a 350MB file named text_file.txt containing this tab delimited data: 345868230 1646198120 1531283146 Keyword_1531283146 1.55 252910000 745345566 1646198120 1539847239 another_1531276364 2.75 987831000 ... MySQL Database name: Xml_…

mysql import text-files
Import CSV to mysql table

What is the best/fastest way to upload a csv file into a mysql table? I would like for the …

mysql csv import load-data-infile database-table
Relative imports for the billionth time

I've been here: http://www.python.org/dev/peps/pep-0328/ http://docs.python.org/2/tutorial/modules.html#packages Python packages: …

python python-2.7 import python-2.x relative-path
How to import a csv file into MySQL workbench?

I have a CSV file. It contain 1.4 million rows of data, so I am not able to open that csv …

mysql csv import
How to use mongoimport to import csv

Trying to import a CSV with contact information: Name,Address,City,State,ZIP Jane Doe,123 Main St,Whereverville,CA,90210 John …

database mongodb csv import mongoimport
How do you use MySQL's source command to import large files in windows

I have a large (~150mb) sql file that I am trying to import. It is too large to do it …

mysql import xampp