27/11/22 - 17h30

master
cherif 2022-11-27 17:41:11 +01:00
parent 2ce66f160f
commit 221e19ff2e
4 changed files with 1190 additions and 9 deletions

View File

@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="1122d9e2-679f-46d6-8c4f-97e9ae4041b5" name="Changes" comment="26/11/22 - 10h30"> <list default="true" id="1122d9e2-679f-46d6-8c4f-97e9ae4041b5" name="Changes" comment="26/11/22 - 23h30">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Log/log_file.log" beforeDir="false" afterPath="$PROJECT_DIR$/Log/log_file.log" afterDir="false" /> <change beforePath="$PROJECT_DIR$/Log/log_file.log" beforeDir="false" afterPath="$PROJECT_DIR$/Log/log_file.log" afterDir="false" />
<change beforePath="$PROJECT_DIR$/data_indexees.csv" beforeDir="false" afterPath="$PROJECT_DIR$/data_indexees.csv" afterDir="false" /> <change beforePath="$PROJECT_DIR$/data_indexees.csv" beforeDir="false" afterPath="$PROJECT_DIR$/data_indexees.csv" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ela_output_test_file_pandas_2.txt" beforeDir="false" afterPath="$PROJECT_DIR$/ela_output_test_file_pandas_2.txt" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ela_output_test_file_pandas_2.txt" beforeDir="false" afterPath="$PROJECT_DIR$/ela_output_test_file_pandas_2.txt" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ela_user_account.py" beforeDir="false" afterPath="$PROJECT_DIR$/ela_user_account.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/main.py" beforeDir="false" afterPath="$PROJECT_DIR$/main.py" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -122,7 +120,14 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1669456627336</updated> <updated>1669456627336</updated>
</task> </task>
<option name="localTasksCounter" value="9" /> <task id="LOCAL-00009" summary="26/11/22 - 23h30">
<created>1669502557264</created>
<option name="number" value="00009" />
<option name="presentableId" value="LOCAL-00009" />
<option name="project" value="LOCAL" />
<updated>1669502557264</updated>
</task>
<option name="localTasksCounter" value="10" />
<servers /> <servers />
</component> </component>
<component name="Vcs.Log.Tabs.Properties"> <component name="Vcs.Log.Tabs.Properties">
@ -144,7 +149,8 @@
<MESSAGE value="22/11/22 - 22h30" /> <MESSAGE value="22/11/22 - 22h30" />
<MESSAGE value="23/11/22 - 22h30" /> <MESSAGE value="23/11/22 - 22h30" />
<MESSAGE value="26/11/22 - 10h30" /> <MESSAGE value="26/11/22 - 10h30" />
<option name="LAST_COMMIT_MESSAGE" value="26/11/22 - 10h30" /> <MESSAGE value="26/11/22 - 23h30" />
<option name="LAST_COMMIT_MESSAGE" value="26/11/22 - 23h30" />
</component> </component>
<component name="XDebuggerManager"> <component name="XDebuggerManager">
<breakpoint-manager> <breakpoint-manager>

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,3 @@
,index,mots,occurence,moyenne,id_formation,source_field ,index,mots,occurence,moyenne,id_formation,source_field
0,0,gestion,1,0.5,3IL_10001,title 0,0,projet,1,0.5,MYSY_10001,title
1,1,projet,1,0.5,3IL_10001,title 1,1,gestion,1,0.5,MYSY_10001,title

1 index mots occurence moyenne id_formation source_field
2 0 0 gestion projet 1 0.5 3IL_10001 MYSY_10001 title
3 1 1 projet gestion 1 0.5 3IL_10001 MYSY_10001 title

View File

@ -1,3 +1,3 @@
mots occurence moyenne id_formation source_field mots occurence moyenne id_formation source_field
0 gestion 1 0.5 3IL_10001 title 0 projet 1 0.5 MYSY_10001 title
1 projet 1 0.5 3IL_10001 title 1 gestion 1 0.5 MYSY_10001 title