Top "Import" questions

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

ImportError: No module named 'pygame'

I have installed python 3.3.2 and pygame 1.9.2a0. Whenever I try to import pygame by typing: import pygame I get following …

python import pygame
How to import an Excel file into SQL Server?

I have data in an Excel file - actually xlsx format since it is now 2020. My requirement is to get …

sql-server excel csv import oledb
Intellij Cannot resolve symbol on import

This problem happens intermittently for different libraries and different projects. When trying to import a library, the package will be …

java intellij-idea import classpath
Quickly reading very large tables as dataframes

I have very large tables (30 million rows) that I would like to load as a dataframes in R. read.table() …

r import dataframe r-faq
How do you import a large MS SQL .sql file?

I use RedGate SQL data compare and generated a .sql file, so I could run it on my local machine. …

sql sql-server import
Adding a module (Specifically pymorph) to Spyder (Python IDE)

I have managed to get spyder installed and functioning on my mac but I want to add in a few …

python import module easy-install spyder
Reading tab-delimited file with Pandas - works on Windows, but not on Mac

I've been reading a tab-delimited data file in Windows with Pandas/Python without any problems. The data file contains notes …

python macos pandas import tab-delimited
Ruby on Rails - Import Data from a CSV file

I would like to import data from a CSV file into an existing database table. I do not want to …

ruby-on-rails csv import
When should I use curly braces for ES6 import?

It seems to be obvious, but I found myself a bit confused about when to use curly braces for importing …

javascript import ecmascript-6
The import com.google.android.gms cannot be resolved

I am new to Android development. By following this tutorial I got errors The import com.google.android.gms cannot …

android google-maps import