menu
Log In
Register
menu
Login
Register
Questions
Hot!
Unanswered
Tags
Users
Ask a Question
About us
Cookie Policy
Home
Tag
csv
Recent questions tagged csv
1
vote
3
answers
Store on WordPress + woocommerce, when you try to upload CSV products no picture of the goods, what could be the problem?
Store on WordPress + woocommerce, when you try to upload CSV products no picture of the goods, what could be the problem?
Online store on WordPress + woocommerce, the problem is that when you try to upload a bulk CSV products in most of them do not display a picture, I can not understand wh ...
csv
wordpress
woocommerce
by
Aikon700
asked
Sep 21, 2021
1
vote
2
answers
How to create a valid CSV encoding with PHP?
How to create a valid CSV encoding with PHP?
Trying to create a csv file via php, doing as in the manual (example attached), but the problem is that the encoding is always confused, in Notepad all right. I searched ...
php
csv
by
gogi_avsadzhanishvili
asked
Sep 18, 2021
1
vote
2
answers
C#: Import a large csv file into a SQLite database. How to do this?
C#: Import a large csv file into a SQLite database. How to do this?
Give me a good way to migrate big data (1 million rows, 12 columns) from csv file to SQLite database (without iterating in loop, slow and inefficient). ...
sqlite
csv
by
Samyrro054
asked
Sep 17, 2021
2
votes
1
answer
Which CSV editor is the most advanced and convenient?
Which CSV editor is the most advanced and convenient?
Looking for a CSV editor that meets the requirements: The editor has convenient condition-based filtering; The editor supports large files; The editor runs briskly with ...
csv
by
7GIT
asked
Mar 26, 2021
1
vote
1
answer
How to read the csv and properly distribute everything in the sheet?
How to read the csv and properly distribute everything in the sheet?
I have a csv file with the following data I need to count it in lst = , so there is no such gibberish{'№': '№;naimenovanie;kolvo;;', 'naimenovanie': None, 'kolvo': No ...
python
csv
by
rstJkee
asked
Mar 25, 2021
2
votes
2
answers
How to get data on 1 parameter from CSV?
How to get data on 1 parameter from CSV?
I have this csv file: name|id|nickTest1|1|@test1Test2|2|@test2Test3|3|@test3 And how can I get all the parameters of a person by his id in Python i.e. I enter in the pro ...
python
csv
by
NickProgramm
asked
Mar 25, 2021
1
vote
3
answers
How do I transfer a link to CSV with PHP?
How do I transfer a link to CSV with PHP?
Creating a CSV file with PHP $File = fopen('php://output', 'w');ob_start();fputs($File, chr(0xEF) . chr(0xBB) . chr(0xBF)); // BOMfputcsv($File, 'Ссылка 1', 'Сылка2'," ...
php
csv
by
Lobochkin
asked
Mar 23, 2021
1
vote
2
answers
What encoding should a CSV file have in order to be read correctly through php?
What encoding should a CSV file have in order to be read correctly through php?
After uploading a CSV file to the server and trying to output its contents - I have problems with the encoding and see "kryakobrable". Further work with this data is req ...
php
csv
by
andrey_levushkin
asked
Mar 22, 2021
1
vote
1
answer
CSV file to import products into Tilda. How to prepare it?
CSV file to import products into Tilda. How to prepare it?
Hello, everyone! There is a task - to prepare a csv-file to import goods into Tilda. There are a lot of goods, more than 1000, there are several categories, additional c ...
csv
transfer-data
by
anyashu
asked
Feb 28, 2021
1
vote
1
answer
How do I specify an Excel cell to write a certain value from Python into it?
How do I specify an Excel cell to write a certain value from Python into it?
Connecting import csv Going through an array with open(path, 'w', newline='') as file: writer = csv.writer(file, delimiter=';') writer.writerow('Название ...
python
csv
by
AlexCruel
asked
Feb 25, 2021
1
vote
1
answer
Why did pandas display the csv file this way?
Why did pandas display the csv file this way?
This is the csv file itself: This is what I got in the console:4 строчки кода: import numpyimport pandas as pddf = pd.read_csv('test1.csv')print(df)Заранее спасибо! ...
python
csv
by
Den12345566
asked
Feb 22, 2021
2
votes
1
answer
How do I get data from a line in a CSV file and then write a specific text result to the same line?
How do I get data from a line in a CSV file and then write a specific text result to the same line?
There is a CSV file with data. We need to take the last value in the first line (before the comma), process the algorithm, write the resulting value after the comma in t ...
python
csv
processing-data
by
MVA123
asked
Feb 16, 2021
1
vote
1
answer
How do I add a column with data from a list to pandas?
How do I add a column with data from a list to pandas?
Hello. There are two files: 1 input_csv_file, which has column 'index' 2 input_file_w_address, which is a list of tuples: (index1, address1), (index2, address2), i.e ...
python
csv
by
sunsexsurf
asked
Feb 16, 2021
1
vote
2
answers
How to add csv data nicely?
How to add csv data nicely?
Good afternoon, all. There is a parser that parses the site https://3dnews.ru/news and enters the data into the csv table, separated by commas. How can you populate a t ...
python
csv
by
love_parsing
asked
Feb 16, 2021
1
vote
1
answer
How to increase the number of conditional formatting options in csv?
How to increase the number of conditional formatting options in csv?
Hello, there is a csv file with a decent amount of numbers. I need many of the numbers to highlight their color to make it easier to understand, but there are only 3 for ...
excel
csv
by
haniaman
asked
Feb 15, 2021
1
vote
3
answers
What editor do you use to edit csv files?
What editor do you use to edit csv files?
Is there anything more convenient than Excel? ...
excel
csv
by
VadimSoloviev
asked
Feb 15, 2021
1
vote
1
answer
A product feed for facebook from another domain?
A product feed for facebook from another domain?
Hello, everyone! The situation: There is some online store, for example on the domain my-super-shop.com. Marketers want a .csv feed for dynamic facebook ads.( my-super- ...
facebook
csv
e-commerce
by
Big_Alex
asked
Feb 14, 2021
1
vote
3
answers
How do I make the numbers in the csv file to be numeric, not dates?
How do I make the numbers in the csv file to be numeric, not dates?
Hello, I have a parser, I need to output the values to a csv file. I managed to do everything, but there are numbers like 5.3, 1.03, 7.10, etc. And in csv file they are ...
python
csv
by
haniaman
asked
Feb 14, 2021
1
vote
2
answers
Incorrect mapping of a crate when unloading data into .csv How do I solve it?
Incorrect mapping of a crate when unloading data into .csv How do I solve it?
Incorrect mapping of a crate when unloading data into .csv How do I solve it? import requestsfrom bs4 import BeautifulSoupimport csvimport osURL = "https://cars.av.by/s ...
python
parsing
csv
by
Soerrrrrr
asked
Feb 14, 2021
2
votes
1
answer
Preparing data for Colaboratory, a problem with the csv file?
Preparing data for Colaboratory, a problem with the csv file?
There is a csv file with a set of data (Russian-language tweets) uploaded to Google drive. In the laptop is loaded normally, but viewing the file gives the following res ...
python
csv
by
Parrramonova
asked
Feb 13, 2021
Page:
1
2
3
4
...
12
next »