{"id":3409,"date":"2023-07-17T15:39:31","date_gmt":"2023-07-17T15:39:31","guid":{"rendered":"https:\/\/statorials.org\/my\/%e1%80%95%e1%80%94%e1%80%ba%e1%80%92%e1%80%ab%e1%80%99%e1%80%bb%e1%80%ac%e1%80%b8-%e1%80%81%e1%80%af%e1%80%94%e1%80%ba%e1%80%90%e1%80%80%e1%80%ba%e1%80%80%e1%80%bc%e1%80%9e%e1%80%8a%e1%80%ba%e1%81%8b\/"},"modified":"2023-07-17T15:39:31","modified_gmt":"2023-07-17T15:39:31","slug":"%e1%80%95%e1%80%94%e1%80%ba%e1%80%92%e1%80%ab%e1%80%99%e1%80%bb%e1%80%ac%e1%80%b8-%e1%80%81%e1%80%af%e1%80%94%e1%80%ba%e1%80%90%e1%80%80%e1%80%ba%e1%80%80%e1%80%bc%e1%80%9e%e1%80%8a%e1%80%ba%e1%81%8b","status":"publish","type":"post","link":"https:\/\/statorials.org\/my\/%e1%80%95%e1%80%94%e1%80%ba%e1%80%92%e1%80%ab%e1%80%99%e1%80%bb%e1%80%ac%e1%80%b8-%e1%80%81%e1%80%af%e1%80%94%e1%80%ba%e1%80%90%e1%80%80%e1%80%ba%e1%80%80%e1%80%bc%e1%80%9e%e1%80%8a%e1%80%ba%e1%81%8b\/","title":{"rendered":"\u1015\u1014\u103a\u1012\u102b\u1019\u103b\u102c\u1038- csv \u1016\u102d\u102f\u1004\u103a\u1000\u102d\u102f\u1016\u1010\u103a\u101e\u100a\u1037\u103a\u1021\u1001\u102b \u101c\u102d\u102f\u1004\u103a\u1038\u1019\u103b\u102c\u1038\u1000\u102d\u102f \u1000\u103b\u1031\u102c\u103a\u101e\u103d\u102c\u1038\u1014\u100a\u103a\u1038"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">Pandas DataFrame \u1011\u1032\u101e\u102d\u102f\u1037 CSV \u1016\u102d\u102f\u1004\u103a\u1000\u102d\u102f\u1016\u1010\u103a\u101e\u100a\u1037\u103a\u1021\u1001\u102b \u1021\u1010\u1014\u103a\u1038\u1019\u103b\u102c\u1038\u1000\u102d\u102f \u1000\u103b\u1031\u102c\u103a\u101b\u1014\u103a \u1021\u1031\u102c\u1000\u103a\u1015\u102b\u1014\u100a\u103a\u1038\u101c\u1019\u103a\u1038\u1019\u103b\u102c\u1038\u1000\u102d\u102f \u101e\u1004\u103a\u1021\u101e\u102f\u1036\u1038\u1015\u103c\u102f\u1014\u102d\u102f\u1004\u103a\u101e\u100a\u103a-<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>\u1014\u100a\u103a\u1038\u101c\u1019\u103a\u1038 1- \u101e\u102e\u1038\u1001\u103c\u102c\u1038\u1021\u1010\u1014\u103a\u1038\u1010\u1005\u103a\u1001\u102f\u1000\u102d\u102f \u1000\u103b\u1031\u102c\u103a\u1015\u102b\u104b<\/strong><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#import DataFrame and skip 2nd row\n<\/span>df = pd. <span style=\"color: #3366ff;\">read_csv<\/span> ('my_data.csv', skiprows=[ <span style=\"color: #008000;\">2<\/span> ])\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\"><strong>\u1014\u100a\u103a\u1038\u101c\u1019\u103a\u1038 2- \u1019\u103b\u102c\u1038\u1005\u103d\u102c\u101e\u1031\u102c \u101e\u102e\u1038\u1001\u103c\u102c\u1038\u1021\u1010\u1014\u103a\u1038\u1019\u103b\u102c\u1038\u1000\u102d\u102f \u101c\u103b\u1005\u103a\u101c\u103b\u1030\u101b\u103e\u102f\u1001\u103c\u1004\u103a\u1038\u104b<\/strong><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#import DataFrame and skip 2nd and 4th row\n<\/span>df = pd. <span style=\"color: #3366ff;\">read_csv<\/span> (' <span style=\"color: #008000;\">my_data.csv', skiprows=[2,4<\/span> <span style=\"color: #008000;\">]<\/span> )<\/strong><\/pre>\n<p> <span style=\"color: #000000;\"><strong>\u1014\u100a\u103a\u1038\u101c\u1019\u103a\u1038 3- \u1015\u1011\u1019 N \u101c\u102d\u102f\u1004\u103a\u1038\u1019\u103b\u102c\u1038\u1000\u102d\u102f \u101c\u103b\u1005\u103a\u101c\u103b\u1030\u101b\u103e\u102f\u1015\u102b\u104b<\/strong><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#import DataFrame and skip first 2 rows\n<\/span>df = pd. <span style=\"color: #3366ff;\">read_csv<\/span> ('my_data.csv', skiprows= <span style=\"color: #008000;\">2<\/span> )<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\u1021\u1031\u102c\u1000\u103a\u1016\u1031\u102c\u103a\u1015\u103c\u1015\u102b \u1025\u1015\u1019\u102c\u1019\u103b\u102c\u1038\u101e\u100a\u103a <strong>basketball_data.csv<\/strong> \u101f\u102f\u1001\u1031\u102b\u103a\u101e\u1031\u102c \u1021\u1031\u102c\u1000\u103a\u1015\u102b CSV \u1016\u102d\u102f\u1004\u103a\u1016\u103c\u1004\u1037\u103a \u101c\u1000\u103a\u1010\u103d\u1031\u1037\u1010\u103d\u1004\u103a \u1014\u100a\u103a\u1038\u101c\u1019\u103a\u1038\u1010\u1005\u103a\u1001\u102f\u1005\u102e\u1000\u102d\u102f \u1021\u101e\u102f\u1036\u1038\u1015\u103c\u102f\u1014\u100a\u103a\u1038\u1000\u102d\u102f \u1015\u103c\u101e\u101e\u100a\u103a-<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-28596 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/sauter1-1.jpg\" alt=\"\" width=\"435\" height=\"318\" srcset=\"\" sizes=\"\"><\/p>\n<h2> <span style=\"color: #000000;\"><strong>\u1025\u1015\u1019\u102c 1- \u101e\u102e\u1038\u1001\u103c\u102c\u1038\u1021\u1010\u1014\u103a\u1038\u1010\u1005\u103a\u1001\u102f\u1000\u102d\u102f \u101c\u103b\u1005\u103a\u101c\u103b\u1030\u101b\u103e\u102f\u1015\u102b\u104b<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">CSV \u1016\u102d\u102f\u1004\u103a\u1000\u102d\u102f \u1010\u1004\u103a\u101e\u103d\u1004\u103a\u1038\u101b\u1014\u103a\u1014\u103e\u1004\u1037\u103a \u1012\u102f\u1010\u102d\u101a\u1005\u102c\u1000\u103c\u1031\u102c\u1004\u103a\u1038\u1000\u102d\u102f \u101c\u103b\u1005\u103a\u101c\u103b\u1030\u101b\u103e\u102f\u101b\u1014\u103a \u1021\u1031\u102c\u1000\u103a\u1015\u102b\u1000\u102f\u1012\u103a\u1000\u102d\u102f \u1021\u101e\u102f\u1036\u1038\u1015\u103c\u102f\u1014\u102d\u102f\u1004\u103a\u1015\u102b\u101e\u100a\u103a\u104b<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <b><span style=\"color: #008000;\">import<\/span> pandas <span style=\"color: #008000;\">as<\/span> pd\n\n<span style=\"color: #008080;\">#import DataFrame and skip 2nd row\n<\/span>df = pd. <span style=\"color: #3366ff;\">read_csv<\/span> ('basketball_data.csv', skiprows=[ <span style=\"color: #008000;\">2<\/span> ])\n\n<span style=\"color: #008080;\">#view DataFrame\n<\/span>df\n\n        team points rebounds\n0 to 22 10\n1 C 29 6\n2 D 30 2\n<\/b><\/pre>\n<p> <span style=\"color: #000000;\">Pandas DataFrame \u101e\u102d\u102f\u1037 CSV \u1016\u102d\u102f\u1004\u103a\u1000\u102d\u102f \u1011\u100a\u1037\u103a\u101e\u103d\u1004\u103a\u1038\u101e\u100a\u1037\u103a\u1021\u1001\u102b \u1012\u102f\u1010\u102d\u101a\u1005\u102c\u1000\u103c\u1031\u102c\u1004\u103a\u1038 (\u1021\u1016\u103d\u1032\u1037 &#8220; B&#8221;  \u1014\u103e\u1004\u1037\u103a) \u101c\u103b\u1005\u103a\u101c\u103b\u1030\u101b\u103e\u102f\u1011\u102c\u1038\u1000\u103c\u1031\u102c\u1004\u103a\u1038 \u101e\u1010\u102d\u1015\u103c\u102f\u1015\u102b\u104b<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>\u1019\u103e\u1010\u103a\u1001\u103b\u1000\u103a<\/strong> &#8211; CSV \u1016\u102d\u102f\u1004\u103a\u104f \u1015\u1011\u1019\u1005\u102c\u1000\u103c\u1031\u102c\u1004\u103a\u1038\u1000\u102d\u102f \u101c\u102d\u102f\u1004\u103a\u1038 0 \u101f\u102f \u101e\u1010\u103a\u1019\u103e\u1010\u103a\u101e\u100a\u103a\u104b<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>\u1025\u1015\u1019\u102c 2- \u101e\u102e\u1038\u1001\u103c\u102c\u1038\u1019\u103b\u1009\u103a\u1038\u1000\u103c\u1031\u102c\u1004\u103a\u1038\u1019\u103b\u102c\u1038\u1005\u103d\u102c\u1000\u102d\u102f \u101c\u103b\u1005\u103a\u101c\u103b\u1030\u101b\u103e\u102f\u1001\u103c\u1004\u103a\u1038\u104b<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">CSV \u1016\u102d\u102f\u1004\u103a\u1000\u102d\u102f \u1010\u1004\u103a\u101e\u103d\u1004\u103a\u1038\u1015\u103c\u102e\u1038 \u1012\u102f\u1010\u102d\u101a\u1014\u103e\u1004\u1037\u103a \u1005\u1010\u102f\u1010\u1039\u1011\u101c\u102d\u102f\u1004\u103a\u1038\u1019\u103b\u102c\u1038\u1000\u102d\u102f \u1000\u103b\u1031\u102c\u103a\u101b\u1014\u103a \u1021\u1031\u102c\u1000\u103a\u1015\u102b\u1000\u102f\u1012\u103a\u1000\u102d\u102f \u1021\u101e\u102f\u1036\u1038\u1015\u103c\u102f\u1014\u102d\u102f\u1004\u103a\u1015\u102b\u101e\u100a\u103a\u104b<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <b><span style=\"color: #008000;\">import<\/span> pandas <span style=\"color: #008000;\">as<\/span> pd\n\n<span style=\"color: #008080;\">#import DataFrame and skip 2nd and 4th rows\n<\/span>df = pd. <span style=\"color: #3366ff;\">read_csv<\/span> ('basketball_data.csv', skiprows=[ <span style=\"color: #008000;\">2<\/span> , <span style=\"color: #008000;\">4<\/span> ])\n\n<span style=\"color: #008080;\">#view DataFrame\n<\/span>df\n\n        team points rebounds\n0 to 22 10\n1 C 29 6\n<\/b><\/pre>\n<p> <span style=\"color: #000000;\">Pandas DataFrame \u1011\u1032\u101e\u102d\u102f\u1037 CSV \u1016\u102d\u102f\u1004\u103a\u1000\u102d\u102f \u1011\u100a\u1037\u103a\u101e\u103d\u1004\u103a\u1038\u101e\u100a\u1037\u103a\u1021\u1001\u102b \u1012\u102f\u1010\u102d\u101a\u1014\u103e\u1004\u1037\u103a \u1005\u1010\u102f\u1010\u1039\u1011\u101c\u102d\u102f\u1004\u103a\u1038\u1019\u103b\u102c\u1038 (\u1021\u1016\u103d\u1032\u1037 &#8220; B&#8221;  \u1014\u103e\u1004\u1037\u103a &#8220; D&#8221;  \u1010\u102d\u102f\u1037\u1015\u102b\u101b\u103e\u102d\u101e\u1031\u102c) \u1000\u102d\u102f \u101c\u103b\u1005\u103a\u101c\u103b\u1030\u101b\u103e\u102f\u1011\u102c\u1038\u1000\u103c\u1031\u102c\u1004\u103a\u1038 \u101e\u1010\u102d\u1015\u103c\u102f\u1015\u102b\u104b<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>\u1025\u1015\u1019\u102c 3- \u1015\u1011\u1019 N \u101c\u102d\u102f\u1004\u103a\u1038\u1019\u103b\u102c\u1038\u1000\u102d\u102f \u101c\u103b\u1005\u103a\u101c\u103b\u1030\u101b\u103e\u102f\u1015\u102b\u104b<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">CSV \u1016\u102d\u102f\u1004\u103a\u1000\u102d\u102f \u1010\u1004\u103a\u101e\u103d\u1004\u103a\u1038\u1015\u103c\u102e\u1038 \u1015\u1011\u1019\u1005\u102c\u1000\u103c\u1031\u102c\u1004\u103a\u1038\u1014\u103e\u1005\u103a\u1000\u103c\u1031\u102c\u1004\u103a\u1038\u1000\u102d\u102f \u1000\u103b\u1031\u102c\u103a\u101b\u1014\u103a \u1021\u1031\u102c\u1000\u103a\u1015\u102b\u1000\u102f\u1012\u103a\u1000\u102d\u102f \u1021\u101e\u102f\u1036\u1038\u1015\u103c\u102f\u1014\u102d\u102f\u1004\u103a\u1015\u102b\u101e\u100a\u103a\u104b<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <b><span style=\"color: #008000;\">import<\/span> pandas <span style=\"color: #008000;\">as<\/span> pd\n\n<span style=\"color: #008080;\">#import DataFrame and skip first 2 rows\n<\/span>df = pd. <span style=\"color: #3366ff;\">read_csv<\/span> ('basketball_data.csv', skiprows= <span style=\"color: #008000;\">2<\/span> )\n\n<span style=\"color: #008080;\">#view DataFrame\n<\/span>df\n\n        B 14 9\n0 C 29 6\n1 D 30 2\n<\/b><\/pre>\n<p> <span style=\"color: #000000;\">CSV \u1016\u102d\u102f\u1004\u103a\u104f \u1015\u1011\u1019\u1019\u103b\u1009\u103a\u1038\u1014\u103e\u1005\u103a\u1000\u103c\u1031\u102c\u1004\u103a\u1038\u1000\u102d\u102f \u1000\u103b\u1031\u102c\u103a\u101e\u103d\u102c\u1038\u1001\u1032\u1037\u1015\u103c\u102e\u1038 \u1014\u1031\u102c\u1000\u103a\u101b\u1014\u102d\u102f\u1004\u103a\u101e\u1031\u102c\u101c\u102d\u102f\u1004\u103a\u1038 (\u1021\u1016\u103d\u1032\u1037 &#8220; B&#8221;  \u1014\u103e\u1004\u1037\u103a\u1021\u1010\u1030) \u101e\u100a\u103a DataFrame \u104f \u1001\u1031\u102b\u1004\u103a\u1038\u1005\u102e\u1038\u101c\u102d\u102f\u1004\u103a\u1038\u1016\u103c\u1005\u103a\u101c\u102c\u1000\u103c\u1031\u102c\u1004\u103a\u1038 \u101e\u1010\u102d\u1015\u103c\u102f\u1015\u102b\u104b<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>\u1011\u1015\u103a\u101c\u1031\u102c\u1004\u103a\u1038\u1021\u101b\u1004\u103a\u1038\u1021\u1019\u103c\u1005\u103a\u1019\u103b\u102c\u1038<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">\u1021\u1031\u102c\u1000\u103a\u1015\u102b \u101e\u1004\u103a\u1001\u1014\u103a\u1038\u1005\u102c\u1019\u103b\u102c\u1038\u101e\u100a\u103a Python \u1010\u103d\u1004\u103a \u1021\u1001\u103c\u102c\u1038\u101e\u1031\u102c \u1021\u101e\u102f\u1036\u1038\u1019\u103b\u102c\u1038\u101e\u1031\u102c \u1021\u101c\u102f\u1015\u103a\u1019\u103b\u102c\u1038\u1000\u102d\u102f \u1019\u100a\u103a\u101e\u102d\u102f\u1037\u101c\u102f\u1015\u103a\u1006\u1031\u102c\u1004\u103a\u101b\u1019\u100a\u103a\u1000\u102d\u102f \u101b\u103e\u1004\u103a\u1038\u1015\u103c\u101e\u100a\u103a-<\/span><\/p>\n<p> <a href=\"https:\/\/statorials.org\/my\/pandas-\u101e\u100a\u103a-excel-\u1000\u102d\u102f\u1016\u1010\u103a\u101e\u100a\u103a\u104b\/\" target=\"_blank\" rel=\"noopener\">Pandas \u1016\u103c\u1004\u1037\u103a Excel \u1016\u102d\u102f\u1004\u103a\u1019\u103b\u102c\u1038\u1000\u102d\u102f\u1016\u1010\u103a\u1014\u100a\u103a\u1038<\/a><br \/> <a href=\"https:\/\/statorials.org\/my\/pandas-dataframe-\u1000\u102d\u102f-excel-\u101e\u102d\u102f\u1037\u1010\u1004\u103a\u1015\u102d\u102f\u1037\u1015\u102b\u104b\/\" target=\"_blank\" rel=\"noopener\">Pandas DataFrame \u1000\u102d\u102f Excel \u101e\u102d\u102f\u1037\u1018\u101a\u103a\u101c\u102d\u102f\u1011\u102f\u1010\u103a\u1019\u101c\u1032\u104b<\/a><br \/> <a href=\"https:\/\/statorials.org\/my\/csv-\u1010\u103d\u1004\u103a-numpy-table\/\">NumPy \u1021\u1001\u1004\u103a\u1038\u1021\u1000\u103b\u1004\u103a\u1038\u1000\u102d\u102f CSV \u1016\u102d\u102f\u1004\u103a\u1010\u1005\u103a\u1001\u102f\u101e\u102d\u102f\u1037 \u1010\u1004\u103a\u1015\u102d\u102f\u1037\u1014\u100a\u103a\u1038<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Pandas DataFrame \u1011\u1032\u101e\u102d\u102f\u1037 CSV \u1016\u102d\u102f\u1004\u103a\u1000\u102d\u102f\u1016\u1010\u103a\u101e\u100a\u1037\u103a\u1021\u1001\u102b \u1021\u1010\u1014\u103a\u1038\u1019\u103b\u102c\u1038\u1000\u102d\u102f \u1000\u103b\u1031\u102c\u103a\u101b\u1014\u103a \u1021\u1031\u102c\u1000\u103a\u1015\u102b\u1014\u100a\u103a\u1038\u101c\u1019\u103a\u1038\u1019\u103b\u102c\u1038\u1000\u102d\u102f \u101e\u1004\u103a\u1021\u101e\u102f\u1036\u1038\u1015\u103c\u102f\u1014\u102d\u102f\u1004\u103a\u101e\u100a\u103a- \u1014\u100a\u103a\u1038\u101c\u1019\u103a\u1038 1- \u101e\u102e\u1038\u1001\u103c\u102c\u1038\u1021\u1010\u1014\u103a\u1038\u1010\u1005\u103a\u1001\u102f\u1000\u102d\u102f \u1000\u103b\u1031\u102c\u103a\u1015\u102b\u104b #import DataFrame and skip 2nd row df = pd. read_csv (&#8216;my_data.csv&#8217;, skiprows=[ 2 ]) \u1014\u100a\u103a\u1038\u101c\u1019\u103a\u1038 2- \u1019\u103b\u102c\u1038\u1005\u103d\u102c\u101e\u1031\u102c \u101e\u102e\u1038\u1001\u103c\u102c\u1038\u1021\u1010\u1014\u103a\u1038\u1019\u103b\u102c\u1038\u1000\u102d\u102f \u101c\u103b\u1005\u103a\u101c\u103b\u1030\u101b\u103e\u102f\u1001\u103c\u1004\u103a\u1038\u104b #import DataFrame and skip 2nd and 4th row df = pd. read_csv (&#8216; my_data.csv&#8217;, skiprows=[2,4 ] ) \u1014\u100a\u103a\u1038\u101c\u1019\u103a\u1038 3- \u1015\u1011\u1019 N \u101c\u102d\u102f\u1004\u103a\u1038\u1019\u103b\u102c\u1038\u1000\u102d\u102f \u101c\u103b\u1005\u103a\u101c\u103b\u1030\u101b\u103e\u102f\u1015\u102b\u104b [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u1015\u1014\u103a\u1012\u102b\u1019\u103b\u102c\u1038- CSV \u1016\u102d\u102f\u1004\u103a\u1000\u102d\u102f\u1016\u1010\u103a\u101e\u100a\u1037\u103a\u1021\u1001\u102b \u101c\u102d\u102f\u1004\u103a\u1038\u1019\u103b\u102c\u1038\u1000\u102d\u102f \u1000\u103b\u1031\u102c\u103a\u101e\u103d\u102c\u1038\u1014\u100a\u103a\u1038 - Statorials<\/title>\n<meta name=\"description\" content=\"\u1025\u1015\u1019\u102c\u1010\u1005\u103a\u1001\u102f\u1016\u103c\u1004\u1037\u103a \u1015\u1014\u103a\u1012\u102b\u101b\u103e\u102d CSV \u1016\u102d\u102f\u1004\u103a\u1000\u102d\u102f \u1016\u1010\u103a\u101e\u100a\u1037\u103a\u1021\u1001\u102b \u1024\u101e\u1004\u103a\u1001\u1014\u103a\u1038\u1005\u102c\u1010\u103d\u1004\u103a \u101c\u102d\u102f\u1004\u103a\u1038\u1019\u103b\u102c\u1038\u1000\u102d\u102f \u1000\u103b\u1031\u102c\u103a\u101b\u1014\u103a \u101b\u103e\u1004\u103a\u1038\u1015\u103c\u1011\u102c\u1038\u101e\u100a\u103a\u104b\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/statorials.org\/my\/\u1015\u1014\u103a\u1012\u102b\u1019\u103b\u102c\u1038-\u1001\u102f\u1014\u103a\u1010\u1000\u103a\u1000\u103c\u101e\u100a\u103a\u104b\/\" \/>\n<meta property=\"og:locale\" content=\"my_MM\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u1015\u1014\u103a\u1012\u102b\u1019\u103b\u102c\u1038- CSV \u1016\u102d\u102f\u1004\u103a\u1000\u102d\u102f\u1016\u1010\u103a\u101e\u100a\u1037\u103a\u1021\u1001\u102b \u101c\u102d\u102f\u1004\u103a\u1038\u1019\u103b\u102c\u1038\u1000\u102d\u102f \u1000\u103b\u1031\u102c\u103a\u101e\u103d\u102c\u1038\u1014\u100a\u103a\u1038 - Statorials\" \/>\n<meta property=\"og:description\" content=\"\u1025\u1015\u1019\u102c\u1010\u1005\u103a\u1001\u102f\u1016\u103c\u1004\u1037\u103a \u1015\u1014\u103a\u1012\u102b\u101b\u103e\u102d CSV \u1016\u102d\u102f\u1004\u103a\u1000\u102d\u102f \u1016\u1010\u103a\u101e\u100a\u1037\u103a\u1021\u1001\u102b \u1024\u101e\u1004\u103a\u1001\u1014\u103a\u1038\u1005\u102c\u1010\u103d\u1004\u103a \u101c\u102d\u102f\u1004\u103a\u1038\u1019\u103b\u102c\u1038\u1000\u102d\u102f \u1000\u103b\u1031\u102c\u103a\u101b\u1014\u103a \u101b\u103e\u1004\u103a\u1038\u1015\u103c\u1011\u102c\u1038\u101e\u100a\u103a\u104b\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/my\/\u1015\u1014\u103a\u1012\u102b\u1019\u103b\u102c\u1038-\u1001\u102f\u1014\u103a\u1010\u1000\u103a\u1000\u103c\u101e\u100a\u103a\u104b\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-17T15:39:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/sauter1-1.jpg\" \/>\n<meta name=\"author\" content=\"Benjamin Anderson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Benjamin Anderson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/my\/%e1%80%95%e1%80%94%e1%80%ba%e1%80%92%e1%80%ab%e1%80%99%e1%80%bb%e1%80%ac%e1%80%b8-%e1%80%81%e1%80%af%e1%80%94%e1%80%ba%e1%80%90%e1%80%80%e1%80%ba%e1%80%80%e1%80%bc%e1%80%9e%e1%80%8a%e1%80%ba%e1%81%8b\/\",\"url\":\"https:\/\/statorials.org\/my\/%e1%80%95%e1%80%94%e1%80%ba%e1%80%92%e1%80%ab%e1%80%99%e1%80%bb%e1%80%ac%e1%80%b8-%e1%80%81%e1%80%af%e1%80%94%e1%80%ba%e1%80%90%e1%80%80%e1%80%ba%e1%80%80%e1%80%bc%e1%80%9e%e1%80%8a%e1%80%ba%e1%81%8b\/\",\"name\":\"\u1015\u1014\u103a\u1012\u102b\u1019\u103b\u102c\u1038- CSV \u1016\u102d\u102f\u1004\u103a\u1000\u102d\u102f\u1016\u1010\u103a\u101e\u100a\u1037\u103a\u1021\u1001\u102b \u101c\u102d\u102f\u1004\u103a\u1038\u1019\u103b\u102c\u1038\u1000\u102d\u102f \u1000\u103b\u1031\u102c\u103a\u101e\u103d\u102c\u1038\u1014\u100a\u103a\u1038 - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/my\/#website\"},\"datePublished\":\"2023-07-17T15:39:31+00:00\",\"dateModified\":\"2023-07-17T15:39:31+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/my\/#\/schema\/person\/e47470981684a202f7ed4c0cb1e10097\"},\"description\":\"\u1025\u1015\u1019\u102c\u1010\u1005\u103a\u1001\u102f\u1016\u103c\u1004\u1037\u103a \u1015\u1014\u103a\u1012\u102b\u101b\u103e\u102d CSV \u1016\u102d\u102f\u1004\u103a\u1000\u102d\u102f \u1016\u1010\u103a\u101e\u100a\u1037\u103a\u1021\u1001\u102b \u1024\u101e\u1004\u103a\u1001\u1014\u103a\u1038\u1005\u102c\u1010\u103d\u1004\u103a \u101c\u102d\u102f\u1004\u103a\u1038\u1019\u103b\u102c\u1038\u1000\u102d\u102f \u1000\u103b\u1031\u102c\u103a\u101b\u1014\u103a \u101b\u103e\u1004\u103a\u1038\u1015\u103c\u1011\u102c\u1038\u101e\u100a\u103a\u104b\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/my\/%e1%80%95%e1%80%94%e1%80%ba%e1%80%92%e1%80%ab%e1%80%99%e1%80%bb%e1%80%ac%e1%80%b8-%e1%80%81%e1%80%af%e1%80%94%e1%80%ba%e1%80%90%e1%80%80%e1%80%ba%e1%80%80%e1%80%bc%e1%80%9e%e1%80%8a%e1%80%ba%e1%81%8b\/#breadcrumb\"},\"inLanguage\":\"my-MM\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/my\/%e1%80%95%e1%80%94%e1%80%ba%e1%80%92%e1%80%ab%e1%80%99%e1%80%bb%e1%80%ac%e1%80%b8-%e1%80%81%e1%80%af%e1%80%94%e1%80%ba%e1%80%90%e1%80%80%e1%80%ba%e1%80%80%e1%80%bc%e1%80%9e%e1%80%8a%e1%80%ba%e1%81%8b\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/my\/%e1%80%95%e1%80%94%e1%80%ba%e1%80%92%e1%80%ab%e1%80%99%e1%80%bb%e1%80%ac%e1%80%b8-%e1%80%81%e1%80%af%e1%80%94%e1%80%ba%e1%80%90%e1%80%80%e1%80%ba%e1%80%80%e1%80%bc%e1%80%9e%e1%80%8a%e1%80%ba%e1%81%8b\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u1021\u102d\u1019\u103a\",\"item\":\"https:\/\/statorials.org\/my\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u1015\u1014\u103a\u1012\u102b\u1019\u103b\u102c\u1038- csv \u1016\u102d\u102f\u1004\u103a\u1000\u102d\u102f\u1016\u1010\u103a\u101e\u100a\u1037\u103a\u1021\u1001\u102b \u101c\u102d\u102f\u1004\u103a\u1038\u1019\u103b\u102c\u1038\u1000\u102d\u102f \u1000\u103b\u1031\u102c\u103a\u101e\u103d\u102c\u1038\u1014\u100a\u103a\u1038\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/statorials.org\/my\/#website\",\"url\":\"https:\/\/statorials.org\/my\/\",\"name\":\"Statorials\",\"description\":\"\u1005\u102c\u101b\u1004\u103a\u1038\u1021\u1004\u103a\u1038\u1006\u102d\u102f\u1004\u103a\u101b\u102c \u1021\u101b\u100a\u103a\u1021\u1001\u103b\u1004\u103a\u1038\u1021\u1010\u103d\u1000\u103a \u101e\u1004\u1037\u103a\u101c\u1019\u103a\u1038\u100a\u103d\u103e\u1014\u103a\u1001\u103b\u1000\u103a\u104b\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/statorials.org\/my\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"my-MM\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/statorials.org\/my\/#\/schema\/person\/e47470981684a202f7ed4c0cb1e10097\",\"name\":\"Benjamin Anderson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"my-MM\",\"@id\":\"https:\/\/statorials.org\/my\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/statorials.org\/my\/wp-content\/uploads\/2023\/11\/Benjamin-Anderson-96x96.jpg\",\"contentUrl\":\"https:\/\/statorials.org\/my\/wp-content\/uploads\/2023\/11\/Benjamin-Anderson-96x96.jpg\",\"caption\":\"Benjamin Anderson\"},\"description\":\"\u1019\u1004\u103a\u1039\u1002\u101c\u102c\u1015\u102b\u104a \u1000\u103b\u103d\u1014\u103a\u102f\u1015\u103a\u101e\u100a\u103a \u1021\u1004\u103c\u102d\u1019\u103a\u1038\u1005\u102c\u1038 \u1005\u102c\u101b\u1004\u103a\u1038\u1021\u1004\u103a\u1038 \u1015\u102b\u1019\u1031\u102c\u1000\u1039\u1001 \u1018\u1004\u103a\u1002\u103b\u1019\u1004\u103a\u1016\u103c\u1005\u103a\u1015\u103c\u102e\u1038 \u101e\u102e\u1038\u101e\u1014\u1037\u103a Statorials \u1006\u101b\u102c\u1021\u1016\u103c\u1005\u103a \u101c\u103e\u100a\u1037\u103a\u1015\u1010\u103a\u1015\u102b\u101e\u100a\u103a\u104b \u1005\u102c\u101b\u1004\u103a\u1038\u1007\u101a\u102c\u1038\u1014\u101a\u103a\u1015\u101a\u103a\u1010\u103d\u1004\u103a \u1000\u103b\u101a\u103a\u1015\u103c\u1014\u1037\u103a\u101e\u1031\u102c\u1021\u1010\u103d\u1031\u1037\u1021\u1000\u103c\u102f\u1036\u1014\u103e\u1004\u1037\u103a \u1000\u103b\u103d\u1019\u103a\u1038\u1000\u103b\u1004\u103a\u1019\u103e\u102f\u1014\u103e\u1004\u1037\u103a\u1021\u1010\u1030\u104a Statorials \u1019\u103e\u1010\u1005\u103a\u1006\u1004\u1037\u103a \u1000\u103b\u1031\u102c\u1004\u103a\u1038\u101e\u102c\u1038\u1019\u103b\u102c\u1038\u1000\u102d\u102f \u1001\u103d\u1014\u103a\u1021\u102c\u1038\u1016\u103c\u1005\u103a\u1005\u1031\u101b\u1014\u103a\u1021\u1010\u103d\u1000\u103a \u1000\u103b\u103d\u1014\u103a\u102f\u1015\u103a\u104f\u1021\u101e\u102d\u1015\u100a\u102c\u1000\u102d\u102f \u1019\u103b\u103e\u101d\u1031\u101c\u102d\u102f\u1015\u102b\u101e\u100a\u103a\u104b \u1015\u102d\u102f\u101e\u102d\u1010\u101a\u103a\u104b\",\"sameAs\":[\"https:\/\/statorials.org\/my\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u1015\u1014\u103a\u1012\u102b\u1019\u103b\u102c\u1038- CSV \u1016\u102d\u102f\u1004\u103a\u1000\u102d\u102f\u1016\u1010\u103a\u101e\u100a\u1037\u103a\u1021\u1001\u102b \u101c\u102d\u102f\u1004\u103a\u1038\u1019\u103b\u102c\u1038\u1000\u102d\u102f \u1000\u103b\u1031\u102c\u103a\u101e\u103d\u102c\u1038\u1014\u100a\u103a\u1038 - Statorials","description":"\u1025\u1015\u1019\u102c\u1010\u1005\u103a\u1001\u102f\u1016\u103c\u1004\u1037\u103a \u1015\u1014\u103a\u1012\u102b\u101b\u103e\u102d CSV \u1016\u102d\u102f\u1004\u103a\u1000\u102d\u102f \u1016\u1010\u103a\u101e\u100a\u1037\u103a\u1021\u1001\u102b \u1024\u101e\u1004\u103a\u1001\u1014\u103a\u1038\u1005\u102c\u1010\u103d\u1004\u103a \u101c\u102d\u102f\u1004\u103a\u1038\u1019\u103b\u102c\u1038\u1000\u102d\u102f \u1000\u103b\u1031\u102c\u103a\u101b\u1014\u103a \u101b\u103e\u1004\u103a\u1038\u1015\u103c\u1011\u102c\u1038\u101e\u100a\u103a\u104b","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/statorials.org\/my\/\u1015\u1014\u103a\u1012\u102b\u1019\u103b\u102c\u1038-\u1001\u102f\u1014\u103a\u1010\u1000\u103a\u1000\u103c\u101e\u100a\u103a\u104b\/","og_locale":"my_MM","og_type":"article","og_title":"\u1015\u1014\u103a\u1012\u102b\u1019\u103b\u102c\u1038- CSV \u1016\u102d\u102f\u1004\u103a\u1000\u102d\u102f\u1016\u1010\u103a\u101e\u100a\u1037\u103a\u1021\u1001\u102b \u101c\u102d\u102f\u1004\u103a\u1038\u1019\u103b\u102c\u1038\u1000\u102d\u102f \u1000\u103b\u1031\u102c\u103a\u101e\u103d\u102c\u1038\u1014\u100a\u103a\u1038 - Statorials","og_description":"\u1025\u1015\u1019\u102c\u1010\u1005\u103a\u1001\u102f\u1016\u103c\u1004\u1037\u103a \u1015\u1014\u103a\u1012\u102b\u101b\u103e\u102d CSV \u1016\u102d\u102f\u1004\u103a\u1000\u102d\u102f \u1016\u1010\u103a\u101e\u100a\u1037\u103a\u1021\u1001\u102b \u1024\u101e\u1004\u103a\u1001\u1014\u103a\u1038\u1005\u102c\u1010\u103d\u1004\u103a \u101c\u102d\u102f\u1004\u103a\u1038\u1019\u103b\u102c\u1038\u1000\u102d\u102f \u1000\u103b\u1031\u102c\u103a\u101b\u1014\u103a \u101b\u103e\u1004\u103a\u1038\u1015\u103c\u1011\u102c\u1038\u101e\u100a\u103a\u104b","og_url":"https:\/\/statorials.org\/my\/\u1015\u1014\u103a\u1012\u102b\u1019\u103b\u102c\u1038-\u1001\u102f\u1014\u103a\u1010\u1000\u103a\u1000\u103c\u101e\u100a\u103a\u104b\/","og_site_name":"Statorials","article_published_time":"2023-07-17T15:39:31+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/sauter1-1.jpg"}],"author":"Benjamin Anderson","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Benjamin Anderson","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/my\/%e1%80%95%e1%80%94%e1%80%ba%e1%80%92%e1%80%ab%e1%80%99%e1%80%bb%e1%80%ac%e1%80%b8-%e1%80%81%e1%80%af%e1%80%94%e1%80%ba%e1%80%90%e1%80%80%e1%80%ba%e1%80%80%e1%80%bc%e1%80%9e%e1%80%8a%e1%80%ba%e1%81%8b\/","url":"https:\/\/statorials.org\/my\/%e1%80%95%e1%80%94%e1%80%ba%e1%80%92%e1%80%ab%e1%80%99%e1%80%bb%e1%80%ac%e1%80%b8-%e1%80%81%e1%80%af%e1%80%94%e1%80%ba%e1%80%90%e1%80%80%e1%80%ba%e1%80%80%e1%80%bc%e1%80%9e%e1%80%8a%e1%80%ba%e1%81%8b\/","name":"\u1015\u1014\u103a\u1012\u102b\u1019\u103b\u102c\u1038- CSV \u1016\u102d\u102f\u1004\u103a\u1000\u102d\u102f\u1016\u1010\u103a\u101e\u100a\u1037\u103a\u1021\u1001\u102b \u101c\u102d\u102f\u1004\u103a\u1038\u1019\u103b\u102c\u1038\u1000\u102d\u102f \u1000\u103b\u1031\u102c\u103a\u101e\u103d\u102c\u1038\u1014\u100a\u103a\u1038 - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/my\/#website"},"datePublished":"2023-07-17T15:39:31+00:00","dateModified":"2023-07-17T15:39:31+00:00","author":{"@id":"https:\/\/statorials.org\/my\/#\/schema\/person\/e47470981684a202f7ed4c0cb1e10097"},"description":"\u1025\u1015\u1019\u102c\u1010\u1005\u103a\u1001\u102f\u1016\u103c\u1004\u1037\u103a \u1015\u1014\u103a\u1012\u102b\u101b\u103e\u102d CSV \u1016\u102d\u102f\u1004\u103a\u1000\u102d\u102f \u1016\u1010\u103a\u101e\u100a\u1037\u103a\u1021\u1001\u102b \u1024\u101e\u1004\u103a\u1001\u1014\u103a\u1038\u1005\u102c\u1010\u103d\u1004\u103a \u101c\u102d\u102f\u1004\u103a\u1038\u1019\u103b\u102c\u1038\u1000\u102d\u102f \u1000\u103b\u1031\u102c\u103a\u101b\u1014\u103a \u101b\u103e\u1004\u103a\u1038\u1015\u103c\u1011\u102c\u1038\u101e\u100a\u103a\u104b","breadcrumb":{"@id":"https:\/\/statorials.org\/my\/%e1%80%95%e1%80%94%e1%80%ba%e1%80%92%e1%80%ab%e1%80%99%e1%80%bb%e1%80%ac%e1%80%b8-%e1%80%81%e1%80%af%e1%80%94%e1%80%ba%e1%80%90%e1%80%80%e1%80%ba%e1%80%80%e1%80%bc%e1%80%9e%e1%80%8a%e1%80%ba%e1%81%8b\/#breadcrumb"},"inLanguage":"my-MM","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/my\/%e1%80%95%e1%80%94%e1%80%ba%e1%80%92%e1%80%ab%e1%80%99%e1%80%bb%e1%80%ac%e1%80%b8-%e1%80%81%e1%80%af%e1%80%94%e1%80%ba%e1%80%90%e1%80%80%e1%80%ba%e1%80%80%e1%80%bc%e1%80%9e%e1%80%8a%e1%80%ba%e1%81%8b\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/my\/%e1%80%95%e1%80%94%e1%80%ba%e1%80%92%e1%80%ab%e1%80%99%e1%80%bb%e1%80%ac%e1%80%b8-%e1%80%81%e1%80%af%e1%80%94%e1%80%ba%e1%80%90%e1%80%80%e1%80%ba%e1%80%80%e1%80%bc%e1%80%9e%e1%80%8a%e1%80%ba%e1%81%8b\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u1021\u102d\u1019\u103a","item":"https:\/\/statorials.org\/my\/"},{"@type":"ListItem","position":2,"name":"\u1015\u1014\u103a\u1012\u102b\u1019\u103b\u102c\u1038- csv \u1016\u102d\u102f\u1004\u103a\u1000\u102d\u102f\u1016\u1010\u103a\u101e\u100a\u1037\u103a\u1021\u1001\u102b \u101c\u102d\u102f\u1004\u103a\u1038\u1019\u103b\u102c\u1038\u1000\u102d\u102f \u1000\u103b\u1031\u102c\u103a\u101e\u103d\u102c\u1038\u1014\u100a\u103a\u1038"}]},{"@type":"WebSite","@id":"https:\/\/statorials.org\/my\/#website","url":"https:\/\/statorials.org\/my\/","name":"Statorials","description":"\u1005\u102c\u101b\u1004\u103a\u1038\u1021\u1004\u103a\u1038\u1006\u102d\u102f\u1004\u103a\u101b\u102c \u1021\u101b\u100a\u103a\u1021\u1001\u103b\u1004\u103a\u1038\u1021\u1010\u103d\u1000\u103a \u101e\u1004\u1037\u103a\u101c\u1019\u103a\u1038\u100a\u103d\u103e\u1014\u103a\u1001\u103b\u1000\u103a\u104b","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/statorials.org\/my\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"my-MM"},{"@type":"Person","@id":"https:\/\/statorials.org\/my\/#\/schema\/person\/e47470981684a202f7ed4c0cb1e10097","name":"Benjamin Anderson","image":{"@type":"ImageObject","inLanguage":"my-MM","@id":"https:\/\/statorials.org\/my\/#\/schema\/person\/image\/","url":"https:\/\/statorials.org\/my\/wp-content\/uploads\/2023\/11\/Benjamin-Anderson-96x96.jpg","contentUrl":"https:\/\/statorials.org\/my\/wp-content\/uploads\/2023\/11\/Benjamin-Anderson-96x96.jpg","caption":"Benjamin Anderson"},"description":"\u1019\u1004\u103a\u1039\u1002\u101c\u102c\u1015\u102b\u104a \u1000\u103b\u103d\u1014\u103a\u102f\u1015\u103a\u101e\u100a\u103a \u1021\u1004\u103c\u102d\u1019\u103a\u1038\u1005\u102c\u1038 \u1005\u102c\u101b\u1004\u103a\u1038\u1021\u1004\u103a\u1038 \u1015\u102b\u1019\u1031\u102c\u1000\u1039\u1001 \u1018\u1004\u103a\u1002\u103b\u1019\u1004\u103a\u1016\u103c\u1005\u103a\u1015\u103c\u102e\u1038 \u101e\u102e\u1038\u101e\u1014\u1037\u103a Statorials \u1006\u101b\u102c\u1021\u1016\u103c\u1005\u103a \u101c\u103e\u100a\u1037\u103a\u1015\u1010\u103a\u1015\u102b\u101e\u100a\u103a\u104b \u1005\u102c\u101b\u1004\u103a\u1038\u1007\u101a\u102c\u1038\u1014\u101a\u103a\u1015\u101a\u103a\u1010\u103d\u1004\u103a \u1000\u103b\u101a\u103a\u1015\u103c\u1014\u1037\u103a\u101e\u1031\u102c\u1021\u1010\u103d\u1031\u1037\u1021\u1000\u103c\u102f\u1036\u1014\u103e\u1004\u1037\u103a \u1000\u103b\u103d\u1019\u103a\u1038\u1000\u103b\u1004\u103a\u1019\u103e\u102f\u1014\u103e\u1004\u1037\u103a\u1021\u1010\u1030\u104a Statorials \u1019\u103e\u1010\u1005\u103a\u1006\u1004\u1037\u103a \u1000\u103b\u1031\u102c\u1004\u103a\u1038\u101e\u102c\u1038\u1019\u103b\u102c\u1038\u1000\u102d\u102f \u1001\u103d\u1014\u103a\u1021\u102c\u1038\u1016\u103c\u1005\u103a\u1005\u1031\u101b\u1014\u103a\u1021\u1010\u103d\u1000\u103a \u1000\u103b\u103d\u1014\u103a\u102f\u1015\u103a\u104f\u1021\u101e\u102d\u1015\u100a\u102c\u1000\u102d\u102f \u1019\u103b\u103e\u101d\u1031\u101c\u102d\u102f\u1015\u102b\u101e\u100a\u103a\u104b \u1015\u102d\u102f\u101e\u102d\u1010\u101a\u103a\u104b","sameAs":["https:\/\/statorials.org\/my"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/statorials.org\/my\/wp-json\/wp\/v2\/posts\/3409"}],"collection":[{"href":"https:\/\/statorials.org\/my\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/statorials.org\/my\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/statorials.org\/my\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/statorials.org\/my\/wp-json\/wp\/v2\/comments?post=3409"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/my\/wp-json\/wp\/v2\/posts\/3409\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/my\/wp-json\/wp\/v2\/media?parent=3409"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/my\/wp-json\/wp\/v2\/categories?post=3409"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/my\/wp-json\/wp\/v2\/tags?post=3409"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}