how do i extract columns with specific row names from .csv file
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
barath V
el 9 de Abr. de 2020
Comentada: barath V
el 9 de Abr. de 2020
clc
clear all
file = fullfile('C:\Users\barath\Downloads\full_data.csv')
files = readtable(file)
in = files.location('India',:)
%error i get is: Error using tabular/dotParenReference (line 95)Unrecognized row name 'India'.%
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!