Top "Import" questions

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

How to import a json file in ecmascript 6?

How can I access a json file in Ecmascript 6 ? The following doesn't work: import config from '../config.json' This …

json import ecmascript-6
Remove Project from Android Studio

Does any one know how to remove a project from Android Studio in an attempt to re- export it from …

android import export android-studio
How can I import Swift code to Objective-C?

I have written a library in Swift and I wasn't able to import it to my current project, written in …

objective-c import swift
How to import or copy images to the "res" folder in Android Studio?

I can save all my images directly in the res/drawable-xxx folder. But how can I import/copy images to …

android image import android-studio
Python math module

Whenever I try to use any of the built-in functions of Python's exponentiation and logarithms module, I get an error …

python math module import logarithm
Issue when importing dataset: `Error in scan(...): line 1 did not have 145 elements`

I'm trying to import my dataset in R using read.table(): Dataset.df <- read.table("C:\\dataset.txt", …

r import read.table
Expand Python Search Path to Other Source

I have just joined a project with a rather large existing code base. We develop in linux and do not …

python search import path
Only read selected columns

Can anyone please tell me how to read only the first 6 months (7 columns) for each year of the data below, …

r import r-faq
Importing Excel spreadsheet data into another Excel spreadsheet containing VBA

We need to write an Excel spreadsheet with VBA code in it; the code reads and performs operations on the …

excel vba import spreadsheet
Change Name of Import in Java, or import two classes with the same name

In Python you can do a: from a import b as c How would you do this in Java, as …

java import