#98 | Creating XML Document | XML Processing Using Python Element Tree | Python Tutorial in Tamil

preview_player
Показать описание
Creating XML Document | XML Processing Using Python Element Tree | Python Tutorial in Tamil
Each element has a number of properties associated with it:

a tag which is a string identifying what kind of data this element represents (the element type, in other words).

a number of attributes, stored in a Python dictionary.

a text string.

an optional tail string.

a number of child elements, stored in a Python sequence











__________________________________________________
like our face book page..
--------------------------------------------------------------------------------
send request our channel official facebookprofile...
---------------------------------------------------------------------------------

#santratechspot
Рекомендации по теме
Комментарии
Автор

Hi @SANTRA TECHSPOT
Nice video. I have XML file like below

<?xml version="1.0"?>
<issue>
<TABLE-A>
<EMPNO>1</EMPNO>
<ENAME>A</ENAME>
<SAL>100</SAL>
</TABLE-A>
<TABLE-B>
<ADDRESSID>AD1</ADDRESSID>
<STREET>A</STREET>
<LINE>FIRST LANNE</LINE>

</TABLE-B>
</issue>

I want read Table-A and Table-B data and create data frame using python. in above example i have made it only 4 child elements but in real time file having many child elements.

Please help me

sumaa
join shbcf.ru