我有一个程序,其基本结构如下:
<c language headers>
main() {
some malloc() allocations and file reads into these buffers
call to an assembly language routine that needs to be optimized to the maximum
write back the output of to files and do free()
exit()
}
汇编语言程序本质上计算缓冲区中数据的校验和,我的目的是将其优化到绝对最大值。它不
我有一个excel表格,它有一个像这样的excel表格,
我想把这个读入Pandas,然后得到我的数据帧。我尝试使用以前的读取,但由于我的文件,我没有得到我想要的东西。在图片中你可以看到Scope Changes和amt。我不需要这些信息。我只需要info和其他细节,如Name直到zipcode。
最终,我需要一个类似于此的数据帧,
Info
Name Integral
Type Sport&Entertainment
Type 1 Racetrack
...
我该怎么做呢?谢谢!